Searched refs:exe_file_addr (Results 1 – 3 of 3) sorted by relevance
818 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); in ResolveSymbolContext() local821 m_debug_map.FindEntryThatContains(exe_file_addr); in ResolveSymbolContext()838 exe_file_addr - debug_map_entry->GetRangeBase() + in ResolveSymbolContext()1361 lldb::addr_t exe_file_addr, in AddOSOFileRange() argument1366 m_debug_map.FindEntryIndexThatContains(exe_file_addr); in AddOSOFileRange()1369 m_debug_map.FindEntryThatContains(exe_file_addr); in AddOSOFileRange()1378 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()1414 const lldb::addr_t exe_file_addr = in LinkOSOFileAddress() local1416 return exe_file_addr; in LinkOSOFileAddress()1442 const lldb::addr_t exe_file_addr = in LinkOSOAddress() local[all …]
343 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
3526 const addr_t exe_file_addr = in ParseVariableDIE() local3528 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3532 exe_file_addr)) { in ParseVariableDIE()3546 const lldb::addr_t exe_file_addr = in ParseVariableDIE() local3548 if (exe_file_addr != LLDB_INVALID_ADDRESS) { in ParseVariableDIE()3552 location->Update_DW_OP_addr(die.GetCU(), exe_file_addr); in ParseVariableDIE()