Home
last modified time | relevance | path

Searched refs:GetInfoType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp453 assert(context.GetInfoType() == in WriteMemory()
572 context.GetInfoType() == in WriteRegister()
584 if (context.GetInfoType() == EmulateInstruction::eInfoTypeISAAndImmediate && in WriteRegister()
588 } else if (context.GetInfoType() == in WriteRegister()
592 } else if (context.GetInfoType() == in WriteRegister()
596 } else if (context.GetInfoType() == in WriteRegister()
609 switch (context.GetInfoType()) { in WriteRegister()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h192 enum InfoType GetInfoType() const { return info_type; } in GetInfoType() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp453 switch (GetInfoType()) { in Dump()