Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h281 struct LTOLLVMContext : LLVMContext { struct
283 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) { in LTOLLVMContext() argument
H A DLTO.h321 LTOLLVMContext Ctx;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp447 LTOLLVMContext Ctx(C); in splitCodeGen()
H A DLTO.cpp1213 LTOLLVMContext BackendContext(Conf); in runThinLTOBackendThread()