Searched refs:printAttributes (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 printActiveRanges() 1711 printAttributes(OS, Full, "{Producer} ", in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 300 void printAttributes(raw_ostream &OS, bool Full = true) const; 301 void printAttributes(raw_ostream &OS, bool Full, StringRef Name,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 366 void printAttributes(unsigned, std::unique_ptr<ELFAttributeParser>, 2853 printAttributes(ELF::SHT_HEXAGON_ATTRIBUTES, in printArchSpecificInfo() 2858 printAttributes( in printArchSpecificInfo() 2864 printAttributes(ELF::SHT_RISCV_ATTRIBUTES, in printArchSpecificInfo() 2872 printAttributes(ELF::SHT_MSP430_ATTRIBUTES, in printArchSpecificInfo() 2898 void ELFDumper<ELFT>::printAttributes( in printAttributes() function in ELFDumper
|