Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h300 struct LTOLLVMContext : LLVMContext { struct
302 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) { in LTOLLVMContext() argument
H A DLTO.h440 LTOLLVMContext Ctx;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1502 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()
1616 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()
1711 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()
H A DLTOBackend.cpp496 LTOLLVMContext Ctx(C); in splitCodeGen()