Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp329 llvm::SmallString<4096> HashTableBlob; in writeIdentifierBlock() local
336 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeIdentifierBlock()
344 IdentifierData.emit(Scratch, Offset, HashTableBlob); in writeIdentifierBlock()
609 llvm::SmallString<4096> HashTableBlob; in writeContextBlock() local
616 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeContextBlock()
624 ContextID.emit(Scratch, Offset, HashTableBlob); in writeContextBlock()
628 llvm::SmallString<4096> HashTableBlob; in writeContextBlock() local
635 llvm::raw_svector_ostream BlobStream(HashTableBlob); in writeContextBlock()
643 ContextInfo.emit(Scratch, Offset, HashTableBlob); in writeContextBlock()
719 llvm::SmallString<4096> HashTableBlob; in writeObjCPropertyBlock() local
[all …]