Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h111 createInLocalContext(std::unique_ptr<LLVMContext> Context, const void *mem,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp279 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createInLocalContext( in lto_module_create_in_local_context()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp156 LTOModule::createInLocalContext(std::unique_ptr<LLVMContext> Context, in createInLocalContext() function in LTOModule
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp325 ErrorOr<std::unique_ptr<LTOModule>> Ret = LTOModule::createInLocalContext( in getLocalLTOModule()