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.cpp114 void LVObject::printAttributes(raw_ostream &OS, bool Full, StringRef Name, in printAttributes() function in LVObject
121 Object.printAttributes(OS, Full); in printAttributes()
137 void LVObject::printAttributes(raw_ostream &OS, bool Full) const { in printAttributes() function in LVObject
158 printAttributes(OS, Full); in print()
H A DLVElement.cpp528 printAttributes(OS, /*Full=*/false); in printFileIndex()
542 printAttributes(OS, Full, "{Reference} ", Parent, in printReference()
550 printAttributes(OS, Full, "{Linkage} ", Parent, getLinkageName(), in printLinkageName()
562 printAttributes(OS, Full, "{Linkage} ", Parent, Text, in printLinkageName()
H A DLVRange.cpp149 Scope->printAttributes(OS, Full); in print()
H A DLVCompare.cpp356 Scope->printAttributes(OS); in printCurrentStack()
394 Element->printAttributes(OS); in printItem()
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.cpp1001 printAttributes(OS, Full, "{Encoded} ", const_cast<LVScope *>(this), in printEncodedArgs()
1722 printAttributes(OS, Full, "{Producer} ", in printExtra()
1728 printAttributes(OS, Full, "{Language} ", in printExtra()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h301 void printAttributes(raw_ostream &OS, bool Full = true) const;
302 void printAttributes(raw_ostream &OS, bool Full, StringRef Name,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp367 void printAttributes(unsigned, std::unique_ptr<ELFAttributeParser>,
2910 printAttributes(ELF::SHT_HEXAGON_ATTRIBUTES, in printArchSpecificInfo()
2915 printAttributes( in printArchSpecificInfo()
2920 printAttributes(ELF::SHT_AARCH64_ATTRIBUTES, in printArchSpecificInfo()
2927 printAttributes(ELF::SHT_RISCV_ATTRIBUTES, in printArchSpecificInfo()
2935 printAttributes(ELF::SHT_MSP430_ATTRIBUTES, in printArchSpecificInfo()
2961 void ELFDumper<ELFT>::printAttributes( in printAttributes() function in ELFDumper