Home
last modified time | relevance | path

Searched refs:OMPHostIRFile (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h539 std::string OMPHostIRFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3728 if (!Opts.OMPHostIRFile.empty()) in GenerateLangArgs()
3729 GenerateArg(Consumer, OPT_fopenmp_host_ir_file_path, Opts.OMPHostIRFile); in GenerateLangArgs()
4205 Opts.OMPHostIRFile = A->getValue(); in ParseLangArgs()
4206 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile)) in ParseLangArgs()
4208 << Opts.OMPHostIRFile; in ParseLangArgs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp881 if (CGM.getLangOpts().NoGPULib || CGM.getLangOpts().OMPHostIRFile.empty()) in CGOpenMPRuntimeGPU()
H A DCGOpenMPRuntime.cpp1046 ? CGM.getLangOpts().OMPHostIRFile in CGOpenMPRuntime()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1581 AddString(LangOpts.OMPHostIRFile, Record); in WriteControlBlock()
H A DASTReader.cpp6064 LangOpts.OMPHostIRFile = ReadString(Record, Idx); in ParseLanguageOptions()