Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DMappedHash.h195 typedef std::map<KeyType, ValueArrayType> HashData; typedef
197 typedef std::map<uint32_t, HashData> HashToHashData;
203 GetByteSize (const HashData &key_to_key_values) = 0;
206 WriteHashData (const HashData &hash_data,
360 typedef __HashData HashData; typedef
373 HashData value;
492 HashData &hash_data) const = 0;
523 ForEach (std::function <bool(const HashData &hash_data)> const &callback) const in ForEach()
531 HashData hash_data; in ForEach()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h188 friend struct HashData;
189 struct HashData { struct
194 HashData(StringRef S, DwarfAccelTable::DataArray &Data) in HashData() argument
234 std::vector<HashData *> Data;
240 typedef std::vector<HashData *> HashList;
DDwarfAccelTable.cpp83 HashData *Entry = new (Allocator) HashData(EI->getKey(), EI->second); in FinalizeTable()
107 [] (HashData *LHS, HashData *RHS) { in FinalizeTable()
284 for (std::vector<HashData *>::const_iterator DI = Data.begin(), in print()
/external/llvm/docs/
DSourceLevelDebugging.rst806 | data[n] | HashData for this bucket
811 | data[n] | HashData for this bucket
816 | data[n] | HashData for this bucket
934 | 0x00000004 | A 32 bit array count - number of HashData with name "erase"
935 | 0x........ | HashData[0]
936 | 0x........ | HashData[1]
937 | 0x........ | HashData[2]
938 | 0x........ | HashData[3]
942 | 0x00000002 | A 32 bit array count - number of HashData with name "collision"
943 | 0x........ | HashData[0]
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h612 HashData &hash_data) const in ReadHashData()