Home
last modified time | relevance | path

Searched defs:getBlob (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DDialectResourceBlobManager.h43 const AsmResourceBlob *getBlob() const { return blob ? &*blob : nullptr; } in getBlob() function
44 AsmResourceBlob *getBlob() { return blob ? &*blob : nullptr; } in getBlob() function
197 AsmResourceBlob *getBlob() { return this->getResource()->getBlob(); } in getBlob() function
198 const AsmResourceBlob *getBlob() const { in getBlob() function