Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h164 FileRangeMap; typedef
177 FileRangeMap file_range_map;
185 const FileRangeMap &GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);
H A DSymbolFileDWARFDebugMap.cpp50 const SymbolFileDWARFDebugMap::FileRangeMap &
1344 FileRangeMap::Entry(oso_file_addr, range_size, exe_file_addr)); in AddOSOFileRange()
1353 const FileRangeMap &oso_file_range_map = cu_info->GetFileRangeMap(this); in FinalizeOSOFileRanges()
1358 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()
1372 const FileRangeMap::Entry *oso_range_entry = in LinkOSOFileAddress()
1400 const FileRangeMap::Entry *oso_range_entry = in LinkOSOAddress()
1432 const FileRangeMap &file_range_map = in AddOSOARanges()
1435 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h205 FileRangeMap; typedef
207 LineTable *LinkLineTable(const FileRangeMap &file_range_map);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp406 LineTable *LineTable::LinkLineTable(const FileRangeMap &file_range_map) { in LinkLineTable()
411 const FileRangeMap::Entry *file_range_entry = nullptr; in LinkLineTable()
412 const FileRangeMap::Entry *prev_file_range_entry = nullptr; in LinkLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp549 DenseMap<uint64_t, FilenameRange> FileRangeMap; member in __anon366bb6e40211::VersionedCovMapFuncRecordReader
651 FileRangeMap.insert(std::make_pair(FilenamesRef, FileRange)); in readCoverageHeader()
716 auto It = FileRangeMap.find(FilenamesRef); in readFunctionRecords()
717 if (It == FileRangeMap.end()) in readFunctionRecords()