Searched refs:printAttributes (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.cpp | 116 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes() function in LVObject 123 Object.printAttributes(OS, Full); in printAttributes() 139 void LVObject::printAttributes(raw_ostream &OS, bool Full) const { in printAttributes() function in LVObject 162 printAttributes(OS, Full); in print()
|
| H A D | LVElement.cpp | 493 printAttributes(OS, /*Full=*/false); in printFileIndex() 507 printAttributes(OS, Full, "{Reference} ", Parent, in printReference() 515 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName() 527 printAttributes(OS, Full, "{Linkage} ", Parent, Text, in printLinkageName()
|
| H A D | LVCompare.cpp | 356 Scope->printAttributes(OS); in printCurrentStack() 394 Element->printAttributes(OS); in printItem()
|
| H A D | LVRange.cpp | 149 Scope->printAttributes(OS, Full); in print()
|
| H A D | LVLocation.cpp | 641 Symbol->printAttributes(OS, Full, "{Coverage} ", Symbol, StringRef(String), in print() 670 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this), in printExtra()
|
| H A D | LVScope.cpp | 1007 printAttributes(OS, Full, "{Encoded} ", const_cast<LVScope *>(this), in printEncodedArgs() 1726 printAttributes(OS, Full, "{Producer} ", in printExtra()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.h | 319 void printAttributes(raw_ostream &OS, bool Full = true) const; 320 void printAttributes(raw_ostream &OS, bool Full, StringRef Name,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 346 void printAttributes(unsigned, std::unique_ptr<ELFAttributeParser>, 2640 printAttributes(ELF::SHT_ARM_ATTRIBUTES, in printArchSpecificInfo() 2649 printAttributes(ELF::SHT_RISCV_ATTRIBUTES, in printArchSpecificInfo() 2657 printAttributes(ELF::SHT_MSP430_ATTRIBUTES, in printArchSpecificInfo() 2683 void ELFDumper<ELFT>::printAttributes( in printAttributes() function in ELFDumper
|