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() 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 D | LVObject.cpp | 108 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint() function in LVObject
|
| H A D | LVReader.cpp | 501 Error LVReader::doPrint() { in doPrint() function in LVReader 536 return Root->doPrint(OutputSplit, DoMatch, DoPrint, OS); in printScopes()
|
| H A D | LVScope.cpp | 585 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 D | LVObject.h | 299 virtual Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
|
| H A D | LVReader.h | 288 Error doPrint();
|
| H A D | LVScope.h | 255 Error doPrint(bool Split, bool Match, bool Print, raw_ostream &OS,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 297 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()
|