HomeSort by relevance Sort by last modified time
    Searched defs:getAbbreviationDeclarationPtr (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 56 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; }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 85 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 105 const DWARFAbbreviationDeclaration *getAbbreviationDeclarationPtr() const {

Completed in 82 milliseconds