Searched refs:DumpEmulation (Results 1 – 7 of 7) sorted by relevance
318 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction319 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()
195 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
18 obj.DumpEmulation("armv7")
66 bool DumpEmulation(const char *triple); // triple is to specify the
72 …DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
167 bool DumpEmulation(const ArchSpec &arch);
641 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction