Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h111 createInLocalContext(std::unique_ptr<LLVMContext> Context, const void *mem,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOModule.cpp154 LTOModule::createInLocalContext(std::unique_ptr<LLVMContext> Context, in createInLocalContext() function in LTOModule
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp318 ErrorOr<std::unique_ptr<LTOModule>> Ret = LTOModule::createInLocalContext( in getLocalLTOModule()