Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2637 void printInstructionLine(const Instruction &I);
3900 printInstructionLine(I); in printBasicBlock()
3907 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine() function in AssemblyWriter