Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.h127 std::string OMPHostIRFile; variable
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h311 std::string OMPHostIRFile; variable
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2098 Opts.OMPHostIRFile = A->getValue(); in ParseLangArgs()
2099 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile)) in ParseLangArgs()
2101 << Opts.OMPHostIRFile; in ParseLangArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp3337 Opts.OMPHostIRFile = A->getValue(); in ParseLangArgs()
3338 if (!llvm::sys::fs::exists(Opts.OMPHostIRFile)) in ParseLangArgs()
3340 << Opts.OMPHostIRFile; in ParseLangArgs()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3007 if (CGM.getLangOpts().OMPHostIRFile.empty()) in loadOffloadInfoMetadata()
3010 auto Buf = llvm::MemoryBuffer::getFile(CGM.getLangOpts().OMPHostIRFile); in loadOffloadInfoMetadata()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3276 if (CGM.getLangOpts().OMPHostIRFile.empty()) in loadOffloadInfoMetadata()
3279 auto Buf = llvm::MemoryBuffer::getFile(CGM.getLangOpts().OMPHostIRFile); in loadOffloadInfoMetadata()
3282 << CGM.getLangOpts().OMPHostIRFile << EC.message(); in loadOffloadInfoMetadata()
3294 << CGM.getLangOpts().OMPHostIRFile << EC.message(); in loadOffloadInfoMetadata()
/external/clang/lib/Serialization/
DASTWriter.cpp1381 AddString(LangOpts.OMPHostIRFile, Record); in WriteControlBlock()
DASTReader.cpp4723 LangOpts.OMPHostIRFile = ReadString(Record, Idx); in ParseLanguageOptions()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1265 AddString(LangOpts.OMPHostIRFile, Record); in WriteControlBlock()
DASTReader.cpp5750 LangOpts.OMPHostIRFile = ReadString(Record, Idx); in ParseLanguageOptions()