| 108 | // LoadsCodeObject and its data |
| 109 | hipError_t loadCodeObject(const char* fname, const void* image = nullptr); |
| 110 | hipModule_t getModule() const { return module_; }; |
| 111 | |
| 112 | // Gets GlobalVar/Functions from a dynamically loaded code object |
| 113 | hipError_t getDynFunc(hipFunction_t* hfunc, std::string func_name); |