Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h31 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
H A DDWARFDie.h73 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp348 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
358 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
625 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp240 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp107 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local