Home
last modified time | relevance | path

Searched defs:printAsOperand (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp326 void MachineBasicBlock::printAsOperand(raw_ostream &OS, bool /*PrintType*/) const { in printAsOperand() function in MachineBasicBlock
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2609 void Value::printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const { in printAsOperand() function in Value
2644 void Metadata::printAsOperand(raw_ostream &ROS, bool PrintType, in printAsOperand() function in Metadata
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h650 void printAsOperand(raw_ostream &OS, bool /*PrintType*/) { in printAsOperand() function