Searched refs:printAttributes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 529 printAttributes(OS, /*Full=*/false); in printFileIndex() 543 printAttributes(OS, Full, "{Reference} ", Parent, in printReference() 551 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName() 563 printAttributes(OS, Full, "{Linkage} ", Parent, Text, in printLinkageName()
|
| H A D | LVCompare.cpp | 355 Scope->printAttributes(OS); in printCurrentStack() 393 Element->printAttributes(OS); in printItem()
|
| H A D | LVRange.cpp | 149 Scope->printAttributes(OS, Full); in print()
|
| H A D | LVLocation.cpp | 640 Symbol->printAttributes(OS, Full, "{Coverage} ", Symbol, StringRef(String), in print() 669 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this), in printExtra()
|
| H A D | LVScope.cpp | 994 printAttributes(OS, Full, "{Encoded} ", const_cast<LVScope *>(this), in printEncodedArgs() 1711 printAttributes(OS, Full, "{Producer} ", in printExtra()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.h | 303 void printAttributes(raw_ostream &OS, bool Full = true) const; 304 void printAttributes(raw_ostream &OS, bool Full, StringRef Name,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 365 void printAttributes(unsigned, std::unique_ptr<ELFAttributeParser>, 2879 printAttributes(ELF::SHT_ARM_ATTRIBUTES, in printArchSpecificInfo() 2888 printAttributes(ELF::SHT_RISCV_ATTRIBUTES, in printArchSpecificInfo() 2896 printAttributes(ELF::SHT_MSP430_ATTRIBUTES, in printArchSpecificInfo() 2922 void ELFDumper<ELFT>::printAttributes( in printAttributes() function in ELFDumper
|