Home
last modified time | relevance | path

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

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