Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.h114 void printAfterOtherLine(formatted_raw_ostream &OS, bool AfterInst);
H A DSourcePrinter.cpp230 void LiveVariablePrinter::printAfterOtherLine(formatted_raw_ostream &OS, in printAfterOtherLine() function in llvm::objdump::LiveVariablePrinter
313 printAfterOtherLine(OS, false); in printBetweenInsts()
H A Dllvm-objdump.cpp1811 LVP.printAfterOtherLine(FOS, true); in disassembleObject()