Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h269 FileRangeToIndexMap; typedef
275 FileRangeToIndexMap m_file_addr_to_index;
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp942 FileRangeToIndexMap::Entry entry; in InitAddressIndexes()
958 // this objfile. We'll need to check this for any FileRangeToIndexMap in InitAddressIndexes()
969 // Iterate through the FileRangeToIndexMap and fill in the size for any in InitAddressIndexes()
974 FileRangeToIndexMap::Entry *entry = in InitAddressIndexes()
990 FileRangeToIndexMap::Entry *next_entry = in InitAddressIndexes()
1034 const FileRangeToIndexMap::Entry *entry = in FindSymbolContainingFileAddress()
1050 const FileRangeToIndexMap::Entry *entry = in ForEachSymbolContainingFileAddress()