Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h32 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
H A DDWARFDie.h72 auto AbbrevDecl = getAbbreviationDeclarationPtr(); getTag() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp253 if (AbbrevDecl) in find() local
263 if (AbbrevDecl) { in find() local
598 auto AbbrevDecl = getAbbreviationDeclarationPtr(); dump() local
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp252 auto AbbrevDecl = DIE.getAbbreviationDeclarationPtr(); in dumpDebugInfo() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h515 auto AbbrevDecl = Die->getAbbreviationDeclarationPtr(); in find() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp597 if (const DWARFAbbreviationDeclaration *AbbrevDecl = processOneDie() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp108 AbbrevCode = AbbrevDecl.Code ? (uint64_t)*AbbrevDecl.Code : AbbrevCode + 1; in getAbbrevTableContentByIndex() local