Home
last modified time | relevance | path

Searched refs:abstract_origin (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h293 DWARFFormValue abstract_origin; member
H A DDWARFASTParserClang.cpp300 abstract_origin = form_value; in ParsedDWARFTypeAttributes()
1077 } else if (attrs.abstract_origin.IsValid()) { in ParseSubroutine()
1084 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine()
1196 if (attrs.abstract_origin.IsValid()) { in ParseSubroutine()
1197 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine()
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Dgmlt.ll31 ; Can't check the abstract_origin value across the DARWIN/CHECK checking and
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def305 HANDLE_DW_AT(0x31, abstract_origin, 2, DWARF)