Lines Matching refs:CVSymbol
69 static inline CVSymbol getEmptyKey() { in getEmptyKey()
70 static CVSymbol Empty; in getEmptyKey()
73 static inline CVSymbol getTombstoneKey() { in getTombstoneKey()
74 static CVSymbol Tombstone( in getTombstoneKey()
78 static unsigned getHashValue(const CVSymbol &Val) { in getHashValue()
81 static bool isEqual(const CVSymbol &LHS, const CVSymbol &RHS) { in isEqual()
104 static CVSymbol serializePublic(uint8_t *Mem, const BulkPublic &Pub) { in serializePublic()
120 return CVSymbol(makeArrayRef(reinterpret_cast<uint8_t *>(Mem), Size)); in serializePublic()
370 void GSIStreamBuilder::addGlobalSymbol(const codeview::CVSymbol &Symbol) { in addGlobalSymbol()
395 ArrayRef<CVSymbol> Records) { in writeRecords()
396 BinaryItemStream<CVSymbol> ItemStream(support::endianness::little); in writeRecords()