Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp256 void LiveVariablePrinter::printBetweenInsts(formatted_raw_ostream &OS, in printBetweenInsts() function in llvm::objdump::LiveVariablePrinter
439 LVP.printBetweenInsts(OS, true); in printLines()
467 LVP.printBetweenInsts(OS, true); in printSources()
H A DSourcePrinter.h122 void printBetweenInsts(formatted_raw_ostream &OS, bool MustPrint);
H A Dllvm-objdump.cpp471 LVP.printBetweenInsts(OS, false); in printInst()