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.cpp542 bool DoPrint = options().getAttributeAnyLocation(); in printObject() local
544 if (DoPrint && Location && Location->getIsGapEntry()) in printObject()
545 DoPrint = options().getAttributeGaps(); in printObject()
546 return DoPrint; in printObject()
H A DLVReader.cpp527 if (bool DoPrint = in printScopes() local
536 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
H A DLVScope.cpp610 bool DoPrint = (options().getAttributeDiscarded()) ? true : !getIsDiscarded(); in doPrint() local
616 if (DoPrint) { in doPrint()
617 DoPrint = in doPrint()
624 DoPrint = DoPrint && (Print || options().getOutputSplit()); in doPrint()
626 if (DoPrint) { in doPrint()