Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h54 extern bool PrintSource;
H A Dllvm-objdump.cpp206 bool objdump::PrintSource; member in objdump
469 if (SP && (PrintSource || PrintLines)) in printInst()
520 if (SP && (PrintSource || PrintLines)) in printInst()
557 if (SP && (PrintSource || PrintLines)) in printInst()
590 if (SP && (PrintSource || PrintLines)) in printInst()
642 if (SP && (PrintSource || PrintLines)) in printInst()
2451 PrintSource = InputArgs.hasArg(OBJDUMP_source); in parseObjdumpOptions()
2591 if (DisassembleAll || PrintSource || PrintLines || in main()
H A DSourcePrinter.cpp417 if (PrintSource) in printSourceLine()