Home
last modified time | relevance | path

Searched refs:IncludePath (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp50 std::vector<DirectoryLookupInfo> IncludePath; member in __anon8e00cf0d0111::InitHeaderSearch
162 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
173 IncludePath.emplace_back( in AddUnmappedPath()
479 SearchList.reserve(IncludePath.size()); in Realize()
482 for (auto &Include : IncludePath) in Realize()
490 for (auto &Include : IncludePath) in Realize()
497 for (auto &Include : IncludePath) in Realize()
506 for (auto &Include : IncludePath) in Realize()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h119 SmallString<0> IncludePath; variable
209 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DCuda.h35 std::string IncludePath; variable
70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DNetBSD.cpp505 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local
506 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths()
510 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
H A DLinux.cpp711 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
712 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
H A DAMDGPU.cpp471 IncludePath = InstallPath; in detectHIPRuntime()
472 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
H A DCuda.cpp198 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
201 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
H A DGnu.cpp3411 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local
3412 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp91 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
92 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersionFromPath()
93 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h970 MDString *IncludePath;
976 MDString *ConfigurationMacros, MDString *IncludePath,
979 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
984 IncludePath(N->getRawIncludePath()),
991 IncludePath == RHS->getRawIncludePath() &&
998 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
H A DDebugInfoMetadata.cpp1229 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1234 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1236 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp907 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
910 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp1096 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
1101 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp217 bool IncludePath) const { in getFormattedLocationNoOffset()
222 if (IncludePath) { in getFormattedLocationNoOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h208 bool IncludePath = false) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2419 StringRef IncludePath, StringRef APINotesFile,
2424 getCanonicalMDString(Context, IncludePath),
2430 MDString *ConfigurationMacros, MDString *IncludePath,
2443 StringRef ConfigurationMacros, StringRef IncludePath,
2446 (File, Scope, Name, ConfigurationMacros, IncludePath,
2450 MDString *ConfigurationMacros, MDString *IncludePath,
2453 (File, Scope, Name, ConfigurationMacros, IncludePath,
H A DDIBuilder.h853 StringRef ConfigurationMacros, StringRef IncludePath,
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h326 const char *IncludePath, size_t IncludePathLen,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h690 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1180 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion()
1184 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2944 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
2947 RemapPath(IncludePath)); in getOrCreateModuleRef()