Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp282 if (bool DoPrint = in printScopes() local
291 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
H A DLVScope.cpp603 bool DoPrint = (options().getAttributeDiscarded()) ? true : !getIsDiscarded(); in doPrint()
609 if (DoPrint) { in doPrint()
610 DoPrint = in doPrint()
617 DoPrint = DoPrint && (Print || options().getOutputSplit()); in doPrint()
619 if (DoPrint) { in doPrint()
611 bool DoPrint = (options().getAttributeDiscarded()) ? true : !getIsDiscarded(); doPrint() local