Home
last modified time | relevance | path

Searched refs:createInLocalContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/LTO/
DLTOModule.h103 static LTOModule *createInLocalContext(const void *mem, size_t length,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp115 return std::unique_ptr<LTOModule>(LTOModule::createInLocalContext( in getLocalLTOModule()
/external/llvm/tools/lto/
Dlto.cpp174 return wrap(LTOModule::createInLocalContext(mem, length, Options, in lto_module_create_in_local_context()
/external/llvm/lib/LTO/
DLTOModule.cpp134 LTOModule *LTOModule::createInLocalContext(const void *mem, size_t length, in createInLocalContext() function in LTOModule