Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBInstruction.cpp318 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction
319 LLDB_RECORD_METHOD(bool, SBInstruction, DumpEmulation, (const char *), in DumpEmulation()
324 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
377 LLDB_REGISTER_METHOD(bool, SBInstruction, DumpEmulation, (const char *)); in RegisterMethods()
DSBInstructionList.cpp195 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_instruction.py18 obj.DumpEmulation("armv7")
/external/llvm-project/lldb/include/lldb/API/
DSBInstruction.h66 bool DumpEmulation(const char *triple); // triple is to specify the
/external/llvm-project/lldb/bindings/interface/
DSBInstruction.i72DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h167 bool DumpEmulation(const ArchSpec &arch);
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp641 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction