Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h32 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
H A DDWARFDie.h72 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp253 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
263 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in find() local
597 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in dump() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp597 if (const DWARFAbbreviationDeclaration *AbbrevDecl = in processOneDie() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp108 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local