Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp541 bool DoPrint = options().getAttributeAnyLocation(); in printObject() local
543 if (DoPrint && Location && Location->getIsGapEntry()) in printObject()
544 DoPrint = options().getAttributeGaps(); in printObject()
545 return DoPrint; in printObject()
H A DLVReader.cpp279 if (bool DoPrint = in printScopes() local
288 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
H A DLVScope.cpp616 bool DoPrint = (options().getAttributeDiscarded()) ? true : !getIsDiscarded(); in doPrint() local
622 if (DoPrint) { in doPrint()
623 DoPrint = in doPrint()
630 DoPrint = DoPrint && (Print || options().getOutputSplit()); in doPrint()
632 if (DoPrint) { in doPrint()