Searched refs:exe_file_addr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp765 const addr_t exe_file_addr = exe_so_addr.GetFileAddress(); local
768 m_debug_map.FindEntryThatContains(exe_file_addr);
785 exe_file_addr - debug_map_entry->GetRangeBase() +
1320 lldb::addr_t exe_file_addr,
1325 m_debug_map.FindEntryIndexThatContains(exe_file_addr);
1328 m_debug_map.FindEntryThatContains(exe_file_addr);
1337 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr));
1373 const lldb::addr_t exe_file_addr = local
1375 return exe_file_addr;
1401 const lldb::addr_t exe_file_addr local
1319 AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr, lldb::addr_t exe_byte_size, lldb::addr_t oso_file_addr, lldb::addr_t oso_byte_size) argument
[all...]
H A DSymbolFileDWARFDebugMap.h327 bool AddOSOFileRange(CompileUnitInfo *cu_info, lldb::addr_t exe_file_addr,
H A DSymbolFileDWARF.cpp3497 const addr_t exe_file_addr = local
3499 if (exe_file_addr != LLDB_INVALID_ADDRESS) {
3500 if (location.Update_DW_OP_addr(exe_file_addr)) {
3514 const lldb::addr_t exe_file_addr = local
3517 if (exe_file_addr != LLDB_INVALID_ADDRESS) {
3519 location.Update_DW_OP_addr(exe_file_addr);

Completed in 82 milliseconds