Home
last modified time | relevance | path

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

/external/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()
/external/lldb/test/python_api/default-constructor/
Dsb_instruction.py15 obj.DumpEmulation("armv7")
/external/lldb/include/lldb/API/
DSBInstruction.h73DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/external/lldb/scripts/Python/interface/
DSBInstruction.i64DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/external/lldb/include/lldb/Core/
DDisassembler.h105 DumpEmulation (const ArchSpec &arch);
/external/lldb/source/Core/
DDisassembler.cpp647 Instruction::DumpEmulation (const ArchSpec &arch) in DumpEmulation() function in Instruction
/external/lldb/www/python_reference/
Dapi-objects.txt3107 lldb.SBInstruction.DumpEmulation lldb.SBInstruction-class.html#DumpEmulation