std::pair<const char *, uint64_t> X86IntelInstPrinter::getMnemonic(const MCInst *MI) { … }LLVM_NO_PROFILE_INSTRUMENT_FUNCTION
void X86IntelInstPrinter::printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O) { … }const char *X86IntelInstPrinter::getRegisterName(MCRegister Reg) { … }#ifdef PRINT_ALIAS_INSTR#undef PRINT_ALIAS_INSTRbool X86IntelInstPrinter::printAliasInstr(const MCInst *MI, uint64_t Address, raw_ostream &OS) { … }void X86IntelInstPrinter::printCustomAliasOperand(
const MCInst *MI, uint64_t Address, unsigned OpIdx,
unsigned PrintMethodIdx,
raw_ostream &OS) { … }#endif