Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
2534 PrintSource = InputArgs.hasArg(OBJDUMP_source); in parseObjdumpOptions()
2674 if (DisassembleAll || PrintSource || PrintLines || in main()
H A DSourcePrinter.cpp417 if (PrintSource) in printSourceLine()