Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DClangPseudo.cpp40 static opt<bool> PrintSource("print-source", desc("Print token stream")); variable
123 if (PrintSource) in main()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h47 extern bool PrintSource;
H A Dllvm-objdump.cpp211 bool objdump::PrintSource; member in objdump
487 if (SP && (PrintSource || PrintLines)) in printInst()
534 if (SP && (PrintSource || PrintLines)) in printInst()
571 if (SP && (PrintSource || PrintLines)) in printInst()
604 if (SP && (PrintSource || PrintLines)) in printInst()
656 if (SP && (PrintSource || PrintLines)) in printInst()
679 if (SP && (PrintSource || PrintLines)) in printInst()
726 if (SP && (PrintSource || PrintLines)) in printInst()
2812 PrintSource = InputArgs.hasArg(OBJDUMP_source); in parseObjdumpOptions()
2955 if (DisassembleAll || PrintSource || PrintLines || in main()
H A DSourcePrinter.cpp419 if (PrintSource) in printSourceLine()