Searched refs:MemoryTable (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.h | 24 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names, in AppleDWARFIndex() 25 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces, in AppleDWARFIndex() 26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types, in AppleDWARFIndex() 27 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc) in AppleDWARFIndex() 65 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_up; 66 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_up; 67 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up; 68 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up;
|
| H A D | HashedNameToDIE.cpp | 306 DWARFMappedHash::MemoryTable::MemoryTable( in MemoryTable() function in DWARFMappedHash::MemoryTable 309 : MappedHash::MemoryTable<uint32_t, Header, DIEInfoArray>(table_data), in MemoryTable() 313 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType() 318 bool DWARFMappedHash::MemoryTable::ReadHashData(uint32_t hash_data_offset, in ReadHashData() 335 DWARFMappedHash::MemoryTable::Result 336 DWARFMappedHash::MemoryTable::GetHashDataForName( in GetHashDataForName() 404 DWARFMappedHash::MemoryTable::Result 405 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression( in AppendHashDataForRegularExpression() 465 void DWARFMappedHash::MemoryTable::AppendAllDIEsThatMatchingRegex( in AppendAllDIEsThatMatchingRegex() 496 void DWARFMappedHash::MemoryTable::AppendAllDIEsInRange( in AppendAllDIEsInRange() [all …]
|
| H A D | AppleDWARFIndex.cpp | 25 auto apple_names_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create() 31 std::make_unique<DWARFMappedHash::MemoryTable>( in Create() 36 auto apple_types_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create() 41 auto apple_objc_table_up = std::make_unique<DWARFMappedHash::MemoryTable>( in Create()
|
| H A D | HashedNameToDIE.h | 122 class MemoryTable 123 : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header, 126 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | MappedHash.h | 140 class MemoryTable { 161 MemoryTable(lldb_private::DataExtractor &data) in MemoryTable() function 175 virtual ~MemoryTable() = default;
|