Home
last modified time | relevance | path

Searched refs:getAttributeValueAsReferencedDie (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp139 DWARFDie D = Die.getAttributeValueAsReferencedDie(DW_AT_type); in dumpTypeName()
251 if (const char *Name = Die.getAttributeValueAsReferencedDie(Attr).getName( in dumpAttribute()
340 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_abstract_origin)) in findRecursively()
343 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_specification)) in findRecursively()
351 DWARFDie::getAttributeValueAsReferencedDie(dwarf::Attribute Attr) const { in getAttributeValueAsReferencedDie() function in DWARFDie
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp97 Die.getAttributeValueAsReferencedDie(dwarf::DW_AT_abstract_origin)) in collectStatsForDie()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h182 DWARFDie getAttributeValueAsReferencedDie(dwarf::Attribute Attr) const;