HomeSort by: relevance | last modified time | path
    Searched defs:getAbbreviationDeclarationPtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 55 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {
DWARFDie.h 59 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {
61 return Die->getAbbreviationDeclarationPtr();
73 auto AbbrevDecl = getAbbreviationDeclarationPtr();
85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; }

Completed in 18 milliseconds