Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h247 std::string OMPHostIRFile; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2878 Opts.OMPHostIRFile = A->getValue(); in ParseLangArgs()
2879 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile)) in ParseLangArgs()
2881 << Opts.OMPHostIRFile; in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4102 if (CGM.getLangOpts().OMPHostIRFile.empty()) in loadOffloadInfoMetadata()
4105 auto Buf = llvm::MemoryBuffer::getFile(CGM.getLangOpts().OMPHostIRFile); in loadOffloadInfoMetadata()
4108 << CGM.getLangOpts().OMPHostIRFile << EC.message(); in loadOffloadInfoMetadata()
4120 << CGM.getLangOpts().OMPHostIRFile << EC.message(); in loadOffloadInfoMetadata()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1608 AddString(LangOpts.OMPHostIRFile, Record); in WriteControlBlock()
H A DASTReader.cpp5273 LangOpts.OMPHostIRFile = ReadString(Record, Idx); in ParseLanguageOptions()