Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h32 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
DDWARFDie.h72 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp250 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
260 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
583 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp242 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo() local
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp108 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local