Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h297 struct LTOLLVMContext : LLVMContext { struct
299 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) { in LTOLLVMContext() function
H A DLTO.h319 LTOLLVMContext Ctx;
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp453 LTOLLVMContext Ctx(C); in splitCodeGen()
H A DLTO.cpp1451 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()