Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.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-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDEmulateInstruction.h192 enum InfoType GetInfoType() const { return info_type; } in GetInfoType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDEmulateInstruction.cpp453 switch (GetInfoType()) { in Dump()