Searched refs:DW_AT_vtable_elem_location (Results 1 – 21 of 21) sorted by relevance
/external/llvm/test/DebugInfo/Generic/ |
D | virtual-index.ll | 20 ; CHECK: DW_AT_vtable_elem_location [DW_FORM_exprloc] (<0x2> 10 00 ) 23 ; CHECK-NOT: DW_AT_vtable_elem_location
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | virtual-index.ll | 18 ; CHECK: DW_AT_vtable_elem_location [DW_FORM_exprloc] (DW_OP_constu 0x0) 21 ; CHECK-NOT: DW_AT_vtable_elem_location
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDieTest.cpp | 87 Die.getLocations(DW_AT_vtable_elem_location), in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 52 HANDLE_DIE_HASH_ATTR(DW_AT_vtable_elem_location)
|
D | DwarfUnit.cpp | 1263 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block); in applySubprogramAttributes()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 52 HANDLE_DIE_HASH_ATTR(DW_AT_vtable_elem_location)
|
D | DwarfUnit.cpp | 1213 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block); in applySubprogramAttributes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 78 DIEValue DW_AT_vtable_elem_location; member
|
D | DIEHash.cpp | 176 COLLECT_ATTR(DW_AT_vtable_elem_location); in collectAttributes() 416 ADD_ATTR(Attrs.DW_AT_vtable_elem_location); in hashAttributes()
|
D | DwarfUnit.cpp | 1217 addBlock(SPDie, dwarf::DW_AT_vtable_elem_location, Block); in applySubprogramAttributes()
|
/external/elfutils/libdw/ |
D | dwarf_formudata.c | 185 case DW_AT_vtable_elem_location: in dwarf_formudata()
|
D | dwarf.h | 232 DW_AT_vtable_elem_location = 0x4d, enumerator
|
D | dwarf_getlocation.c | 76 case DW_AT_vtable_elem_location: in attr_ok()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 221 DW_AT_vtable_elem_location = 0x4d, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 106 case DW_AT_vtable_elem_location: return "DW_AT_vtable_elem_location"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 153 DW_AT_vtable_elem_location = 0x4d, enumerator
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 762 case DW_AT_vtable_elem_location: in mayHaveLocationDescription()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 726 case DW_AT_vtable_elem_location: in mayHaveLocationDescription()
|
/external/llvm-project/llvm/docs/ |
D | AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 324 ``DW_AT_vtable_elem_location`` are defined as pushing a location description 3001 ``DW_AT_vtable_elem_location`` allow both operation expressions and 3012 7. ``DW_AT_vtable_elem_location`` 3014 An entry for a virtual function also has a ``DW_AT_vtable_elem_location``
|
/external/elfutils/src/ |
D | readelf.c | 7194 case DW_AT_vtable_elem_location: in attr_callback() 7582 case DW_AT_vtable_elem_location: in attr_callback()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 8830 if (!die_location_expr(die, DW_AT_vtable_elem_location, in die_virtual_function_index()
|