Home
last modified time | relevance | path

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

/external/elfutils/tests/
Drun-readelf-const-values.sh176 abstract_origin (ref4) [ 16f]
Drun-readelf-loc.sh980 abstract_origin (ref4) { 84}
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h244 DWARFFormValue abstract_origin; member
DDWARFASTParserClang.cpp312 abstract_origin = form_value; in ParsedDWARFTypeAttributes()
1062 } else if (attrs.abstract_origin.IsValid()) { in ParseSubroutine()
1069 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine()
1215 if (attrs.abstract_origin.IsValid()) { in ParseSubroutine()
1216 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine()
/external/llvm-project/llvm/test/DebugInfo/Inputs/
Dgmlt.ll31 ; Can't check the abstract_origin value across the DARWIN/CHECK checking and
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll33 ; Can't check the abstract_origin value across the DARWIN/CHECK checking and
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def246 HANDLE_DW_AT(0x31, abstract_origin, 2, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def259 HANDLE_DW_AT(0x31, abstract_origin, 2, DWARF)
/external/libabigail/
DChangeLog17758 Correctly handle fn DIE with abstract_origin in alt debug info
28502 Fix scope for DIEs with specification or abstract_origin attributes
28507 DW_AT_{specification,abstract_origin} attribute, do not add the
28510 that is referred-to by the DW_AT_{specification,abstract_origin}
28514 is, it follows DW_AT_{specification,abstract_origin} attributes.