Home
last modified time | relevance | path

Searched defs:Blob (Results 1 - 16 of 16) sorted by relevance

/third_party/node/src/
H A Dnode_blob.h27 class Blob : public BaseObject { class
[all...]
H A Dnode_blob.cc206 Blob::Blob( Blob() function in node::Blob
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp76 bool Document::readFromBlob(StringRef Blob, bool Multi) { in readFromBlob() argument
179 void Document::writeToBlob(std::string &Blob) { in writeToBlob() argument
/third_party/mesa3d/src/gallium/tools/trace/
H A Dmodel.py95 class Blob(Node): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp205 readRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, StringRef *Blob) readRecord() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp47 StringRef Blob; in parseRecord() local
94 StringRef Blob; in parseRecord() local
H A DBitstreamRemarkSerializer.cpp103 StringRef Blob = OS.str(); in emitMetaStrTab() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp69 bool AMDGPUPALMetadata::setFromBlob(unsigned Type, StringRef Blob) { in setFromBlob() argument
77 bool AMDGPUPALMetadata::setFromLegacyBlob(StringRef Blob) { in setFromLegacyBlob() argument
85 bool AMDGPUPALMetadata::setFromMsgPackBlob(StringRef Blob) { in setFromMsgPackBlob() argument
597 toBlob(unsigned Type, std::string &Blob) toBlob() argument
604 toLegacyBlob(std::string &Blob) toLegacyBlob() argument
617 toMsgPackBlob(std::string &Blob) toMsgPackBlob() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitCodes.h105 Blob = 5 // 32-bit aligned array of 8-bit characters. enumerator
H A DBitstreamWriter.h296 EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, StringRef Blob, Optional<unsigned> Code) EmitRecordWithAbbrevImpl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp839 StringRef Blob; in parseBlock() local
501 decodeMetadataStringsBlob(StringRef Indent, ArrayRef<uint64_t> Record, StringRef Blob, raw_ostream &OS) decodeMetadataStringsBlob() argument
[all...]
H A DMetadataLoader.cpp963 StringRef Blob; in parseMetadata() local
995 StringRef Blob; in lazyLoadOneMetadata() local
1051 parseOneMetadata( SmallVectorImpl<uint64_t> &Record, unsigned Code, PlaceholderQueue &Placeholders, StringRef Blob, unsigned &NextMetadataNo) parseOneMetadata() argument
1923 parseMetadataStrings( ArrayRef<uint64_t> Record, StringRef Blob, function_ref<void(StringRef)> CallBack) parseMetadataStrings() argument
[all...]
H A DBitcodeReader.cpp6310 StringRef Blob; in readBlobInRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp423 std::string Blob; in finish() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1979 SmallString<256> Blob; in writeMetadataStrings() local
1995 Stream.EmitRecordWithBlob(createMetadataStringsAbbrev(), Record, Blob); in writeMetadataStrings() local
4372 void BitcodeWriter::writeBlob(unsigned Block, unsigned Record, StringRef Blob) { in writeBlob() argument
/third_party/sqlite/src/
H A Dsqlite3.c193569 typedef struct Blob Blob; global() typedef
193578 struct Blob { global() struct
[all...]

Completed in 155 milliseconds