Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h25 Module &module, std::unique_ptr<DWARFMappedHash::MemoryTable> apple_names, in AppleDWARFIndex()
26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces, in AppleDWARFIndex()
27 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types, in AppleDWARFIndex()
28 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_objc) in AppleDWARFIndex()
57 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_names_up;
58 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_namespaces_up;
59 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_types_up;
60 std::unique_ptr<DWARFMappedHash::MemoryTable> m_apple_objc_up;
H A DHashedNameToDIE.cpp350 DWARFMappedHash::MemoryTable::MemoryTable( in MemoryTable() function in DWARFMappedHash::MemoryTable
357 DWARFMappedHash::MemoryTable::GetStringForKeyType(KeyType key) const { in GetStringForKeyType()
379 DWARFMappedHash::MemoryTable::Result
380 DWARFMappedHash::MemoryTable::GetHashDataForName( in GetHashDataForName()
448 DWARFMappedHash::MemoryTable::Result
449 DWARFMappedHash::MemoryTable::AppendHashDataForRegularExpression( in AppendHashDataForRegularExpression()
509 size_t DWARFMappedHash::MemoryTable::AppendAllDIEsThatMatchingRegex( in AppendAllDIEsThatMatchingRegex()
541 size_t DWARFMappedHash::MemoryTable::AppendAllDIEsInRange( in AppendAllDIEsInRange()
571 size_t DWARFMappedHash::MemoryTable::FindByName(llvm::StringRef name, in FindByName()
601 size_t DWARFMappedHash::MemoryTable::FindCompleteObjCClassByName( in FindCompleteObjCClassByName()
[all …]
H A DAppleDWARFIndex.cpp26 auto apple_names_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()
32 llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()
37 auto apple_types_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()
42 auto apple_objc_table_up = llvm::make_unique<DWARFMappedHash::MemoryTable>( in Create()
H A DHashedNameToDIE.h114 class MemoryTable
115 : public MappedHash::MemoryTable<uint32_t, DWARFMappedHash::Header,
118 MemoryTable(lldb_private::DWARFDataExtractor &table_data,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h143 class MemoryTable {
164 MemoryTable(lldb_private::DataExtractor &data) in MemoryTable() function
178 virtual ~MemoryTable() = default;