Searched refs:OMPHostIRFile (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h294 std::string OMPHostIRFile; member in class:clang::LangOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3188 Opts.OMPHostIRFile = A->getValue();
3189 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile))
3191 << Opts.OMPHostIRFile;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3243 if (CGM.getLangOpts().OMPHostIRFile.empty())
3246 auto Buf = llvm::MemoryBuffer::getFile(CGM.getLangOpts().OMPHostIRFile);
3249 << CGM.getLangOpts().OMPHostIRFile << EC.message();
3261 << CGM.getLangOpts().OMPHostIRFile << EC.message();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1267 AddString(LangOpts.OMPHostIRFile, Record);
H A DASTReader.cpp5763 LangOpts.OMPHostIRFile = ReadString(Record, Idx);

Completed in 297 milliseconds