Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp163 if (OutputSplit) { in createSplitFolder()
291 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
301 return Root->doPrintMatches(OutputSplit, OS, UseMatchedElements); in printMatchedElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h78 bool OutputSplit = false; variable
174 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType()