Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h31 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
DDWARFDie.h73 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h31 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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp347 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
357 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
626 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp337 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
347 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
590 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp240 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp79 for (auto AbbrevDecl : DI.AbbrevDecls) { in EmitDebugAbbrev() local
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp108 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local