Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp258 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction
261 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBInstructionList.cpp132 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h61 bool DumpEmulation(const char *triple); // triple is to specify the
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h189 bool DumpEmulation(const ArchSpec &arch);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp744 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction