Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp886 class GHashCell;
888 GHashCell *table = nullptr;
902 uint32_t insert(GloballyHashedType ghash, GHashCell newCell);
906 class GHashCell { class
910 GHashCell() = default;
918 GHashCell(bool isItem, uint32_t tpiSrcIdx, uint32_t ghashIdx) in GHashCell() function in __anon8764634b0711::GHashCell
925 explicit GHashCell(uint64_t data) : data(data) {} in GHashCell() function in __anon8764634b0711::GHashCell
948 friend inline bool operator<(const GHashCell &l, const GHashCell &r) { in operator <()
967 table = new GHashCell[newTableSize]; in init()
968 memset(table, 0, newTableSize * sizeof(GHashCell)); in init()
[all …]