Lines Matching refs:CVSymbol
70 static inline CVSymbol getEmptyKey() { in getEmptyKey()
71 static CVSymbol Empty; in getEmptyKey()
74 static inline CVSymbol getTombstoneKey() { in getTombstoneKey()
75 static CVSymbol Tombstone( in getTombstoneKey()
79 static unsigned getHashValue(const CVSymbol &Val) { in getHashValue()
82 static bool isEqual(const CVSymbol &LHS, const CVSymbol &RHS) { in isEqual()
105 static CVSymbol serializePublic(uint8_t *Mem, const BulkPublic &Pub) { in serializePublic()
121 return CVSymbol(ArrayRef(reinterpret_cast<uint8_t *>(Mem), Size)); in serializePublic()
371 void GSIStreamBuilder::addGlobalSymbol(const codeview::CVSymbol &Symbol) { in addGlobalSymbol()
396 ArrayRef<CVSymbol> Records) { in writeRecords()
397 BinaryItemStream<CVSymbol> ItemStream(llvm::endianness::little); in writeRecords()