Searched refs:IncludePath (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { argument
33 IncludeList.push_back(IncludePath);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in class:__anon512::InitHeaderSearch
159 IncludePath.push_back(
170 IncludePath.push_back(
556 SearchList.reserve(IncludePath.size());
559 for (auto &Include : IncludePath)
567 for (auto &Include : IncludePath)
574 for (auto &Include : IncludePath)
583 for (auto &Include : IncludePath)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h39 std::string IncludePath; member in class:clang::driver::CudaInstallationDetector
71 StringRef getIncludePath() const { return IncludePath; }
H A DNetBSD.cpp439 for (const auto &IncludePath : Candidates) {
440 if (!getVFS().exists(IncludePath + "/__config"))
444 addSystemInclude(DriverArgs, CC1Args, IncludePath);
H A DCuda.cpp124 IncludePath = InstallPath + "/include";
128 if (!(FS.exists(IncludePath) && FS.exists(BinPath)))
H A DLinux.cpp895 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) {
896 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr,
H A DMSVC.cpp1036 llvm::SmallString<128> IncludePath(SDKPath);
1037 llvm::sys::path::append(IncludePath, "Include");
1038 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd;
H A DGnu.cpp2713 std::string IncludePath = DetectLibcxxIncludePath(getVFS(), Path);
2714 if (IncludePath.empty() || !getVFS().exists(IncludePath))
2716 addSystemInclude(DriverArgs, CC1Args, IncludePath);
2804 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) {
2805 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp86 bool IncludePath = false, ShouldEmitAsError = false, FixitsAsRemarks = false; member in class:__anon908::ClangDiagPathDiagConsumer
98 return IncludePath ? Minimal : None;
101 void enablePaths() { IncludePath = true; }
154 if (!IncludePath)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h821 MDString *IncludePath; member in struct:llvm::MDNodeKeyImpl
825 MDString *IncludePath, MDString *SysRoot)
827 IncludePath(IncludePath), SysRoot(SysRoot) {}
831 IncludePath(N->getRawIncludePath()), SysRoot(N->getRawSysRoot()) {}
836 IncludePath == RHS->getRawIncludePath() &&
842 ConfigurationMacros, IncludePath, SysRoot);
824 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *SysRoot) argument
H A DDebugInfoMetadata.cpp718 MDString *IncludePath, MDString *SysRoot,
722 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, SysRoot));
723 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, SysRoot};
716 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *ConfigurationMacros, MDString *IncludePath, MDString *SysRoot, StorageType Storage, bool ShouldCreate) argument
H A DDIBuilder.cpp832 StringRef IncludePath,
835 ConfigurationMacros, IncludePath, SysRoot);
830 createModule(DIScope *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef SysRoot) argument
H A DDebugInfo.cpp784 const char *IncludePath, size_t IncludePathLen,
789 StringRef(IncludePath, IncludePathLen),
781 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope, const char *Name, size_t NameLen, const char *ConfigMacros, size_t ConfigMacrosLen, const char *IncludePath, size_t IncludePathLen, const char *SysRoot, size_t SysRootLen) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2087 StringRef IncludePath, StringRef SysRoot,
2091 getCanonicalMDString(Context, IncludePath),
2097 MDString *IncludePath, MDString *SysRoot,
2108 StringRef ConfigurationMacros, StringRef IncludePath,
2110 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
2113 MDString *IncludePath, MDString *SysRoot),
2114 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
H A DDIBuilder.h736 /// \param IncludePath The path to the module map file.
740 StringRef IncludePath,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h284 * \param IncludePath The path to the module map file.
285 * \param IncludePathLen The length of the C string passed to \c IncludePath.
293 const char *IncludePath, size_t IncludePathLen,

Completed in 219 milliseconds