Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DConfig.h281 struct LTOLLVMContext : LLVMContext { struct
283 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) { in LTOLLVMContext() function
DLTO.h323 LTOLLVMContext Ctx;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp447 LTOLLVMContext Ctx(C); in splitCodeGen()
DLTO.cpp1213 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()