Home
last modified time | relevance | path

Searched defs:AbbrevDecl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h32 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
DDWARFDie.h73 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h36 const DWARFAbbreviationDeclaration *AbbrevDecl; variable
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.h35 const DWARFAbbreviationDeclaration *AbbrevDecl; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp294 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
304 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
503 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp136 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp80 for (auto AbbrevDecl : DI.AbbrevDecls) { in EmitDebugAbbrev() local