Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7380 lldb::addr_t location_DW_OP_addr = LLDB_INVALID_ADDRESS; in ParseVariableDIE() local
7383 location_DW_OP_addr = location.GetLocation_DW_OP_addr (0, op_error); in ParseVariableDIE()
7392 if (location_DW_OP_addr != LLDB_INVALID_ADDRESS) in ParseVariableDIE()
7423 if (is_external && location_DW_OP_addr == 0) in ParseVariableDIE()
7460 …onst lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr); in ParseVariableDIE()