Home
last modified time | relevance | path

Searched refs:doPrint (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp156 if (Error Err = LHS->doPrint(/*Split=*/false, /*Match=*/false, in execute()
241 if (Error Err = Element->doPrint(/*Split=*/false, /*Match=*/false, in execute()
335 if (Error Err = ReferenceReader->doPrint()) in execute()
340 if (Error Err = ReferenceReader->doPrint()) in execute()
343 if (Error Err = TargetReader->doPrint()) in execute()
H A DLVReader.cpp253 Error LVReader::doPrint() { in doPrint() function in LVReader
288 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
H A DLVObject.cpp110 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVObject
H A DLVScope.cpp595 Error LVScope::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVScope
647 Element->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
657 Line->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp171 if (Error Err = Reader->doPrint()) in printReaders()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h157 Error doPrint();
H A DLVObject.h317 virtual Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
H A DLVScope.h249 Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp494 static void doPrint(StringRef Name, const object::Archive::Child &C) { in doPrint() function
747 doPrint(Name, C); in performReadOperation()