Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h168 std::string ThinLTOIndexFile; variable
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h243 std::string ThinLTOIndexFile; variable
/external/clang/lib/CodeGen/
DBackendUtil.cpp705 if (!CodeGenOpts.ThinLTOIndexFile.empty()) { in EmitAssembly()
708 CodeGenOpts.ThinLTOIndexFile, [&](const DiagnosticInfo &DI) { in EmitAssembly()
713 errs() << "Error loading index file '" << CodeGenOpts.ThinLTOIndexFile in EmitAssembly()
DCodeGenAction.cpp802 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) in ExecuteAction()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp637 if (!CodeGenOpts.ThinLTOIndexFile.empty()) in CreatePasses()
1203 if (!CodeGenOpts.ThinLTOIndexFile.empty()) in EmitAssemblyWithNewPassManager()
1537 if (!CGOpts.ThinLTOIndexFile.empty()) { in EmitBackendOutput()
1542 llvm::getModuleSummaryIndexForFile(CGOpts.ThinLTOIndexFile, in EmitBackendOutput()
1547 CGOpts.ThinLTOIndexFile + "': "); in EmitBackendOutput()
DCodeGenAction.cpp1022 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) { in loadModule()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp616 Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1147 Opts.ThinLTOIndexFile = in ParseCodeGenArgs()