Home
last modified time | relevance | path

Searched refs:DW_AT_data_location (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHashAttributes.def22 HANDLE_DIE_HASH_ATTR(DW_AT_data_location)
H A DDwarfUnit.cpp747 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructTypeDIE()
1487 addDIEEntry(Buffer, dwarf::DW_AT_data_location, *VarDIE); in constructArrayTypeDIE()
1493 addBlock(Buffer, dwarf::DW_AT_data_location, DwarfExpr.finalize()); in constructArrayTypeDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h185 #define DW_AT_data_location 0x50 macro
H A Ddwarf_dump.c107 case DW_AT_data_location: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp756 case DW_AT_data_location: in mayHaveLocationExpr()