Searched refs:createInLocalContext (Results 1 – 4 of 4) sorted by relevance
103 static LTOModule *createInLocalContext(const void *mem, size_t length,
115 return std::unique_ptr<LTOModule>(LTOModule::createInLocalContext( in getLocalLTOModule()
174 return wrap(LTOModule::createInLocalContext(mem, length, Options, in lto_module_create_in_local_context()
134 LTOModule *LTOModule::createInLocalContext(const void *mem, size_t length, in createInLocalContext() function in LTOModule