Lines Matching full:blob
51 // Set PAL metadata from a binary blob from the applicable .note record.
52 // Returns false if bad format. Blob must remain valid for the lifetime of
54 bool setFromBlob(unsigned Type, StringRef Blob);
137 // Get .note record vendor name of metadata blob to be emitted.
140 // Get .note record type of metadata blob to be emitted:
146 // Emit the accumulated PAL metadata as a binary blob.
184 // Return whether the blob type is legacy PAL metadata.
225 bool setFromLegacyBlob(StringRef Blob);
226 bool setFromMsgPackBlob(StringRef Blob);
227 void toLegacyBlob(std::string &Blob);
228 void toMsgPackBlob(std::string &Blob);