Home
last modified time | relevance | path

Searched refs:DumpEmulation (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp318 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction
319 LLDB_RECORD_METHOD(bool, SBInstruction, DumpEmulation, (const char *), in DumpEmulation()
324 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
377 LLDB_REGISTER_METHOD(bool, SBInstruction, DumpEmulation, (const char *)); in RegisterMethods()
H A DSBInstructionList.cpp195 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h66 bool DumpEmulation(const char *triple); // triple is to specify the
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i75DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h167 bool DumpEmulation(const ArchSpec &arch);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp639 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29883 result = (bool)(arg1)->DumpEmulation((char const *)arg2); in _wrap_SBInstruction_DumpEmulation()