Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBInstruction.cpp221 SBInstruction::DumpEmulation (const char *triple) in DumpEmulation() function in SBInstruction
227 return m_opaque_sp->DumpEmulation (arch); in DumpEmulation()
DSBInstructionList.cpp126 if (!GetInstructionAtIndex((uint32_t) i).DumpEmulation (triple)) in DumpEmulationForAllInstructions()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBInstruction.h73DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DDisassembler.h105 DumpEmulation (const ArchSpec &arch);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDisassembler.cpp648 Instruction::DumpEmulation (const ArchSpec &arch) in DumpEmulation() function in Instruction