Searched refs:DumpEmulation (Results 1 – 5 of 5) sorted by relevance
258 bool SBInstruction::DumpEmulation(const char *triple) { in DumpEmulation() function in SBInstruction261 return inst_sp->DumpEmulation(HostInfo::GetAugmentedArchSpec(triple)); in DumpEmulation()
132 if (!GetInstructionAtIndex((uint32_t)i).DumpEmulation(triple)) in DumpEmulationForAllInstructions()
61 bool DumpEmulation(const char *triple); // triple is to specify the
189 bool DumpEmulation(const ArchSpec &arch);
744 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation() function in Instruction