Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h496 std::string OMPHostIRFile; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3557 if (!Opts.OMPHostIRFile.empty()) in GenerateLangArgs()
3558 GenerateArg(Consumer, OPT_fopenmp_host_ir_file_path, Opts.OMPHostIRFile); in GenerateLangArgs()
4029 Opts.OMPHostIRFile = A->getValue(); in ParseLangArgs()
4030 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile)) in ParseLangArgs()
4032 << Opts.OMPHostIRFile; in ParseLangArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp901 if (CGM.getLangOpts().NoGPULib || CGM.getLangOpts().OMPHostIRFile.empty()) in CGOpenMPRuntimeGPU()
H A DCGOpenMPRuntime.cpp1044 ? CGM.getLangOpts().OMPHostIRFile in CGOpenMPRuntime()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1468 AddString(LangOpts.OMPHostIRFile, Record); in WriteControlBlock()
H A DASTReader.cpp6058 LangOpts.OMPHostIRFile = ReadString(Record, Idx); in ParseLanguageOptions()