Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h70 bool DumpEmulation(const char *triple); // triple is to specify the
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp328 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction
333 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBInstructionList.cpp185 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h186 bool DumpEmulation(const ArchSpec &arch);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp682 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32347 result = (bool)(arg1)->DumpEmulation((char const *)arg2); in _wrap_SBInstruction_DumpEmulation()