Home
last modified time | relevance | path

Searched refs:printAttributes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp116 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 DLVElement.cpp529 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 DLVCompare.cpp355 Scope->printAttributes(OS); in printCurrentStack()
393 Element->printAttributes(OS); in printItem()
H A DLVRange.cpp149 Scope->printAttributes(OS, Full); in print()
H A DLVLocation.cpp640 Symbol->printAttributes(OS, Full, "{Coverage} ", Symbol, StringRef(String), in print()
669 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this), in printExtra()
H A DLVScope.cpp994 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 DLVObject.h300 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 DELFDumper.cpp366 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