Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h62 extern bool PrintSource;
H A Dllvm-objdump.cpp220 bool objdump::PrintSource; member in objdump
564 if (SP && (PrintSource || PrintLines)) in printInst()
603 if (SP && (PrintSource || PrintLines)) in printInst()
640 if (SP && (PrintSource || PrintLines)) in printInst()
673 if (SP && (PrintSource || PrintLines)) in printInst()
726 if (SP && (PrintSource || PrintLines)) in printInst()
749 if (SP && (PrintSource || PrintLines)) in printInst()
803 if (SP && (PrintSource || PrintLines)) in printInst()
3387 PrintSource = InputArgs.hasArg(OBJDUMP_source); in parseObjdumpOptions()
3568 if (DisassembleAll || PrintSource || PrintLines || TracebackTable || in llvm_objdump_main()
H A DSourcePrinter.cpp425 if (PrintSource) in printSourceLine()