Searched refs:printPCRelImm (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86AsmPrinter.h54 void printPCRelImm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
H A DX86AsmPrinter.cpp209 /// printPCRelImm - This is used to print an immediate value that ends up
212 void X86AsmPrinter::printPCRelImm(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
509 printPCRelImm(MI, OpNo, O);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.h43 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
H A DX86IntelInstPrinter.h40 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DX86ATTInstPrinter.cpp99 /// printPCRelImm - This is used to print an immediate value that ends up
103 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp92 /// printPCRelImm - This is used to print an immediate value that ends up
94 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86IntelInstPrinter

Completed in 367 milliseconds