Searched refs:DumpEmulation (Results 1 – 7 of 7) sorted by relevance
18 obj.DumpEmulation("armv7")
66 bool DumpEmulation(const char *triple); // triple is to specify the
75 …DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'ar…
309 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction314 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
185 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
184 bool DumpEmulation(const ArchSpec &arch);
674 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction