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

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.h63 void printPCRelImm(const MachineInstr *MI, unsigned OpNo, raw_ostream &O);
H A DX86AsmPrinter.cpp208 /// printPCRelImm - This is used to print an immediate value that ends up
211 void X86AsmPrinter::printPCRelImm(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
470 printPCRelImm(MI, OpNo, O);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.h44 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
H A DX86IntelInstPrinter.h41 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O);
H A DX86ATTInstPrinter.cpp126 /// printPCRelImm - This is used to print an immediate value that ends up
130 void X86ATTInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86ATTInstPrinter
H A DX86IntelInstPrinter.cpp116 /// printPCRelImm - This is used to print an immediate value that ends up
118 void X86IntelInstPrinter::printPCRelImm(const MCInst *MI, unsigned OpNo, function in class:X86IntelInstPrinter

Completed in 43 milliseconds