Searched refs:doPrint (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 156 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 D | LVReader.cpp | 256 Error LVReader::doPrint() { in doPrint() function in LVReader 291 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
|
H A D | LVObject.cpp | 110 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVObject
|
H A D | LVScope.cpp | 578 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 D | LVReader.h | 261 Error doPrint();
|
H A D | LVObject.h | 298 virtual Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
|
H A D | LVScope.h | 249 Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 295 if (Error Err = Reader->doPrint()) in printReaders()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 490 static void doPrint(StringRef Name, const object::Archive::Child &C) { in doPrint() function 724 doPrint(Name, C); in performReadOperation()
|