Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp111 PrintLines = options().getPrintLines(); in LVCompare()
115 options().getPrintScopes() || PrintLines || PrintSymbols || PrintTypes; in LVCompare()
370 if ((!PrintLines && Element->getIsLine()) || in printItem()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h45 bool PrintLines = false; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h61 extern bool PrintLines;
H A Dllvm-objdump.cpp320 bool objdump::PrintLines; member in objdump
680 if (SP && (PrintSource || PrintLines)) in printInst()
719 if (SP && (PrintSource || PrintLines)) in printInst()
756 if (SP && (PrintSource || PrintLines)) in printInst()
789 if (SP && (PrintSource || PrintLines)) in printInst()
842 if (SP && (PrintSource || PrintLines)) in printInst()
865 if (SP && (PrintSource || PrintLines)) in printInst()
919 if (SP && (PrintSource || PrintLines)) in printInst()
957 if (SP && (PrintSource || PrintLines)) in printInst()
3523 PrintLines = InputArgs.hasArg(OBJDUMP_line_numbers); in parseObjdumpOptions()
[all …]
H A DSourcePrinter.cpp423 if (PrintLines) in printSourceLine()