Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp249 cl::opt<bool> PrintSource( variable
255 cl::aliasopt(PrintSource));
985 if (PrintSource) { in printSourceLine()
1021 if (SP && (PrintSource || PrintLines)) in printInst()
1054 if (SP && (PrintSource || PrintLines)) in printInst()
1097 if (SP && (PrintSource || PrintLines)) in printInst()
1129 if (SP && (PrintSource || PrintLines)) in printInst()
1181 if (SP && (PrintSource || PrintLines)) in printInst()
2505 if (DisassembleAll || PrintSource || PrintLines) in main()