Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1502 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread() local
1503 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext); in runThinLTOBackendThread()
1616 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread() local
1617 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext); in runThinLTOBackendThread()
1711 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread() local
1713 cgdata::loadModuleForTwoRounds(BM, Task, BackendContext, *IRFiles); in runThinLTOBackendThread()