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