Searched refs:MemoryTable (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h24 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names,
25 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces,
26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types,
27 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc)
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 DHashedNameToDIE.cpp306 DWARFMappedHash::MemoryTable::MemoryTable( function in class:DWARFMappedHash::MemoryTable
309 : MappedHash::MemoryTable<uint32_t, Header, DIEInfoArray>(table_data),
313 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const {
318 bool DWARFMappedHash::MemoryTable::ReadHashData(uint32_t hash_data_offset,
335 DWARFMappedHash::MemoryTable::Result
336 DWARFMappedHash::MemoryTable::GetHashDataForName(
404 DWARFMappedHash::MemoryTable::Result
405 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression(
465 void DWARFMappedHash::MemoryTable
[all...]
H A DHashedNameToDIE.h122 class MemoryTable class in inherits:MappedHash::MemoryTable
123 : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header,
126 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
H A DAppleDWARFIndex.cpp25 auto apple_names_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
31 std::make_unique<DWARFMappedHash::MemoryTable>(
36 auto apple_types_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
41 auto apple_objc_table_up = std::make_unique<DWARFMappedHash::MemoryTable>(
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DMappedHash.h140 class MemoryTable { class in class:MappedHash
161 MemoryTable(lldb_private::DataExtractor &data) function in class:MappedHash::MemoryTable
175 virtual ~MemoryTable() = default;

Completed in 74 milliseconds