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()
334 if (Error Err = ReferenceReader->doPrint()) in execute()
339 if (Error Err = ReferenceReader->doPrint()) in execute()
342 if (Error Err = TargetReader->doPrint()) in execute()
H A DLVReader.cpp256 Error LVReader::doPrint() { in doPrint() function in LVReader
291 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.cpp578 Error LVScope::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in resolvePrinting()
634 Element->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
644 Line->doPrint(Split, Match, Print, *StreamSplit, Full)) in doPrint()
586 Error LVScope::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, doPrint() function in LVScope
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h261 Error doPrint();
H A DLVObject.h298 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,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp295 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()