Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A 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()
H A DCodeGenAction.cpp802 if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) in ExecuteAction()
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h168 std::string ThinLTOIndexFile; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DCodeGenOptions.h296 std::string ThinLTOIndexFile; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DCodeGenOptions.h296 std::string ThinLTOIndexFile; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DCodeGenOptions.h296 std::string ThinLTOIndexFile; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DCodeGenOptions.h296 std::string ThinLTOIndexFile; variable
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp616 Opts.ThinLTOIndexFile = Args.getLastArgValue(OPT_fthinlto_index_EQ); in ParseCodeGenArgs()