Home
last modified time | relevance | path

Searched refs:getAbbreviationDeclarationPtr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h59 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const { in getAbbreviationDeclarationPtr() function
61 return Die->getAbbreviationDeclarationPtr(); in getAbbreviationDeclarationPtr()
73 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag()
85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL()
H A DDWARFDebugInfoEntry.h55 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const { in getAbbreviationDeclarationPtr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp348 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find()
358 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find()
625 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump()
697 auto AbbrDecl = Die.getAbbreviationDeclarationPtr(); in attribute_iterator()
737 if (auto AbbrDecl = Die.getAbbreviationDeclarationPtr()) in operator ++()
H A DDWARFUnit.cpp384 DIE.getAbbreviationDeclarationPtr()) { in extractDIEsToVector()
738 if (Die->getAbbreviationDeclarationPtr() == nullptr) in getSibling()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp694 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in hasLiveMemoryLocation()
713 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in hasLiveAddressRange()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp240 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp428 const auto *Abbrev = DIE.getAbbreviationDeclarationPtr(); in shouldKeepVariableDIE()
629 const auto *Abbrev = Die.getAbbreviationDeclarationPtr(); in lookForRefDIEsToKeep()
1413 const auto *Abbrev = InputDIE.getAbbreviationDeclarationPtr(); in cloneDIE()