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.cpp161 if (OutputSplit) { in createSplitFolder()
536 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
546 return Root->doPrintMatches(OutputSplit, OS, UseMatchedElements); in printMatchedElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h79 bool OutputSplit = false; variable
200 : BinaryType(BinaryType), OutputSplit(options().getOutputSplit()), in BinaryType()