Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2582 void printInstructionLine(const Instruction &I);
3878 printInstructionLine(I); in printBasicBlock()
3885 void AssemblyWriter::printInstructionLine(const Instruction &I) { in printInstructionLine() function in AssemblyWriter