Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp156 if (Error Err = LHS->doPrint(/*Split=*/false, /*Match=*/false, in execute()
240 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 DLVObject.cpp108 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVObject
H A DLVReader.cpp501 Error LVReader::doPrint() { in doPrint() function in LVReader
536 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
H A DLVScope.cpp585 Error LVScope::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVScope
641 Element->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
651 Line->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h299 virtual Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
H A DLVReader.h288 Error doPrint();
H A DLVScope.h255 Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp297 if (Error Err = Reader->doPrint()) in printReaders()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp490 static void doPrint(StringRef Name, const object::Archive::Child &C) { in doPrint() function
724 doPrint(Name, C); in performReadOperation()