Searched refs:file_range_map (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp51 return file_range_map;
57 return file_range_map;
61 return file_range_map;
175 return file_range_map;
1476 cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr));
1485 cu_info->file_range_map.Sort();
1569 const FileRangeMap &file_range_map = compile_unit_info->GetFileRangeMap(this); local
1571 idx < file_range_map.GetSize();
1574 const FileRangeMap::Entry* entry = file_range_map.GetEntryAtIndex(idx);
H A DSymbolFileDWARFDebugMap.h163 FileRangeMap file_range_map; member in struct:SymbolFileDWARFDebugMap::CompileUnitInfo
177 file_range_map (),
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineTable.h258 /// @param[out] file_range_map
269 LinkLineTable (const FileRangeMap &file_range_map);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DLineTable.cpp490 LineTable::LinkLineTable (const FileRangeMap &file_range_map) argument
510 file_range_entry = file_range_map.FindEntryThatContains(lookup_file_addr);

Completed in 64 milliseconds