Home
last modified time | relevance | path

Searched refs:printPCRelOperand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h79 void printPCRelOperand(const MCInst *MI, int OpNum, raw_ostream &O);
80 void printPCRelOperand(const MCInst *MI, uint64_t /*Address*/, int OpNum, in printPCRelOperand() function
82 printPCRelOperand(MI, OpNum, O); in printPCRelOperand()
H A DSystemZInstPrinter.cpp156 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand() function in SystemZInstPrinter
170 printPCRelOperand(MI, OpNum, O); in printPCRelTLSOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td69 let PrintMethod = "printPCRelOperand";