Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h32 const DWARFAbbreviationDeclaration *AbbrevDecl = nullptr; variable
DDWARFDie.h72 auto AbbrevDecl = getAbbreviationDeclarationPtr(); in getTag() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h36 const DWARFAbbreviationDeclaration *AbbrevDecl; variable
/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/swiftshader/third_party/llvm-16.0/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp79 for (auto AbbrevDecl : DI.AbbrevDecls) { in EmitDebugAbbrev() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/
DLVELFReader.cpp584 if (const DWARFAbbreviationDeclaration *AbbrevDecl = in processOneDie() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp108 for (const DWARFYAML::Abbrev &AbbrevDecl : DebugAbbrev[Index].Table) { in getAbbrevTableContentByIndex() local