Searched defs:getBlob (Results 1 – 1 of 1) sorted by relevance
43 const AsmResourceBlob *getBlob() const { return blob ? &*blob : nullptr; } in getBlob() function44 AsmResourceBlob *getBlob() { return blob ? &*blob : nullptr; } in getBlob() function197 AsmResourceBlob *getBlob() { return this->getResource()->getBlob(); } in getBlob() function198 const AsmResourceBlob *getBlob() const { in getBlob() function