Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_instruction.py18 obj.DumpEmulation("armv7")
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h66 bool DumpEmulation(const char *triple); // triple is to specify the
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i75DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp309 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction
314 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
H A DSBInstructionList.cpp185 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h184 bool DumpEmulation(const ArchSpec &arch);
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp674 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction