#include <Linker.h>
Definition at line 17 of file Linker.h.
◆ resolve()
bool Runtime::IntrinsicResolver::resolve |
( |
const std::string & | moduleName, |
|
|
const std::string & | exportName, |
|
|
IR::ObjectType | type, |
|
|
ObjectInstance *& | outObject ) |
|
overridevirtual |
Implements Runtime::Resolver.
Definition at line 29 of file Linker.cpp.
30 {
31
32 if(moduleName == "wavmIntrinsics") { return false; }
33
35 return outObject != nullptr;
36 }
RUNTIME_API Runtime::ObjectInstance * find(const std::string &name, const IR::ObjectType &type)
◆ singleton
The documentation for this struct was generated from the following files: