Home
last modified time | relevance | path

Searched refs:DW_AT_allocated (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHashAttributes.def8 HANDLE_DIE_HASH_ATTR(DW_AT_allocated)
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHashAttributes.def8 HANDLE_DIE_HASH_ATTR(DW_AT_allocated)
DDwarfUnit.cpp1433 addDIEEntry(Buffer, dwarf::DW_AT_allocated, *VarDIE); in constructArrayTypeDIE()
1439 addBlock(Buffer, dwarf::DW_AT_allocated, DwarfExpr.finalize()); in constructArrayTypeDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h34 DIEValue DW_AT_allocated; member
DDIEHash.cpp132 COLLECT_ATTR(DW_AT_allocated); in collectAttributes()
372 ADD_ATTR(Attrs.DW_AT_allocated); in hashAttributes()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-allocatedExp.ll6 ; CHECK: DW_AT_allocated (DW_OP_push_object_address, DW_OP_deref)
Ddwarfdump-allocatedVar.ll17 ; CHECK-NEXT: DW_AT_allocated ([[ALCDIE]])
Ddwarfdump-over.ll9 ; CHECK: DW_AT_allocated
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h223 DW_AT_allocated = 0x4e, enumerator
/external/llvm/lib/Support/
DDwarf.cpp107 case DW_AT_allocated: return "DW_AT_allocated"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h154 DW_AT_allocated = 0x4e, enumerator
/external/elfutils/libdw/
Ddwarf.h233 DW_AT_allocated = 0x4e, enumerator
Ddwarf_getlocation.c65 case DW_AT_allocated: in attr_ok()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp763 case DW_AT_allocated: in mayHaveLocationDescription()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp727 case DW_AT_allocated: in mayHaveLocationDescription()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3110 case DW_AT_allocated: in ParseChildArrayInfo()
/external/elfutils/src/
DChangeLog3894 Handle block forms to mean a DWARF expression for DW_AT_allocated,
Dreadelf.c7588 case DW_AT_allocated: in attr_callback()