Searched refs:HashData (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h165 // HashData[hash_data_count]
182 struct HashData { struct in class:llvm::DwarfAccelTable
187 HashData(StringRef S, ArrayRef<HashDataContents *> Data) function in struct:llvm::DwarfAccelTable::HashData
221 // Allocator for HashData and HashDataContents.
227 std::vector<HashData *> Data;
235 typedef std::vector<HashData *> HashList;
H A DDwarfAccelTable.cpp79 HashData *Entry = new (Allocator) HashData(EI->getKey(), EI->second);
174 // Terminate each HashData bucket with 0.
252 for (std::vector<HashData *>::const_iterator DI = Data.begin(),
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMappedHash.h195 typedef std::map<KeyType, ValueArrayType> HashData; typedef in class:MappedHash::ExportTable
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 in class:MappedHash::MemoryTable
373 HashData value;
463 // The last HashData for this key has been reached, stop searching
492 HashData &hash_data) const = 0;
499 // then the HashData in the pair ("pair.value") should be extracted and
502 // returned and all data for the current HashData mus
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h612 HashData &hash_data) const
639 // If the key is zero, this terminates our chain of HashData objects
657 // We have at least one HashData entry, and we have enough
658 // data to parse at leats "count" HashData enties.
666 // we can just add the total byte size of all HashData objects
674 // string matches we also append all HashData objects to the
681 // Only happend the HashData if the string matched...
715 // If the key is zero, this terminates our chain of HashData objects
735 // we can just add the total byte size of all HashData objects
743 // string matches we also append all HashData object
[all...]

Completed in 101 milliseconds