Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2665 void printInstructionLine(const Instruction &I);
4064 printInstructionLine(I); in printBasicBlock()
4071 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine() function in AssemblyWriter