Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp493 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 DLVCompare.cpp356 Scope->printAttributes(OS); in printCurrentStack()
394 Element->printAttributes(OS); in printItem()
H A DLVRange.cpp149 Scope->printAttributes(OS, Full); in print()
H A DLVLocation.cpp641 Symbol->printAttributes(OS, Full, "{Coverage} ", Symbol, StringRef(String), in print()
670 printAttributes(OS, Full, "{Entry} ", const_cast<LVLocationSymbol *>(this), in printExtra()
H A DLVScope.cpp1007 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 DLVObject.h319 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 DELFDumper.cpp346 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