Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp455 assert(context.GetInfoType() == in WriteMemory()
574 context.GetInfoType() == in WriteRegister()
586 if (context.GetInfoType() == EmulateInstruction::eInfoTypeISAAndImmediate && in WriteRegister()
590 } else if (context.GetInfoType() == in WriteRegister()
594 } else if (context.GetInfoType() == in WriteRegister()
598 } else if (context.GetInfoType() == in WriteRegister()
611 switch (context.GetInfoType()) { in WriteRegister()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h192 enum InfoType GetInfoType() const { return info_type; } in GetInfoType() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DEmulateInstruction.cpp453 switch (GetInfoType()) { in Dump()