Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp236 SBInstruction::DumpEmulation (const char *triple) in DumpEmulation() function in SBInstruction
242 return m_opaque_sp->DumpEmulation (arch); in DumpEmulation()
HDSBInstructionList.cpp141 if (!GetInstructionAtIndex((uint32_t) i).DumpEmulation (triple)) in DumpEmulationForAllInstructions()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h73DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDisassembler.h160 DumpEmulation (const ArchSpec &arch);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp666 Instruction::DumpEmulation (const ArchSpec &arch) in DumpEmulation() function in Instruction