| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 47 std::vector<DirectoryLookupInfo> IncludePath; member in __anon3e40cd450111::InitHeaderSearch 149 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath() 160 IncludePath.emplace_back(Group, DirectoryLookup(HM, Type), in AddUnmappedPath() 385 SearchList.reserve(IncludePath.size()); in Realize() 388 for (auto &Include : IncludePath) in Realize() 396 for (auto &Include : IncludePath) in Realize() 403 for (auto &Include : IncludePath) in Realize() 412 for (auto &Include : IncludePath) in Realize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude() argument 33 IncludeList.push_back(IncludePath); in addInclude()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Library.h | 43 StringRef IncludePath = StringRef()) { 44 Headers.emplace_back(FullPath, Type, IncludePath);
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ROCm.h | 122 SmallString<0> IncludePath; variable 210 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
| H A D | Cuda.h | 35 std::string IncludePath; variable 70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
| H A D | AMDGPU.cpp | 404 IncludePath = InstallPath; in detectHIPRuntime() 405 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime() 587 std::optional<std::string> IncludePath = getToolChain().getStdlibPath(); in ConstructJob() local 588 if (!IncludePath) in ConstructJob() 589 IncludePath = "/lib"; in ConstructJob() 590 SmallString<128> P(*IncludePath); in ConstructJob()
|
| H A D | Cuda.cpp | 205 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 208 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector() 650 std::optional<std::string> IncludePath = getToolChain().getStdlibPath(); in ConstructJob() local 651 if (!IncludePath) in ConstructJob() 652 IncludePath = "/lib"; in ConstructJob() 653 SmallString<128> P(*IncludePath); in ConstructJob()
|
| H A D | NetBSD.cpp | 509 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local 510 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths() 514 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
|
| H A D | Linux.cpp | 723 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local 724 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
|
| H A D | Gnu.cpp | 3311 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local 3312 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
|
| /freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 91 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 D | LLVMContextImpl.h | 1152 MDString *IncludePath; 1158 MDString *ConfigurationMacros, MDString *IncludePath, 1161 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath), 1166 IncludePath(N->getRawIncludePath()), 1173 IncludePath == RHS->getRawIncludePath() && 1180 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
|
| H A D | DIBuilder.cpp | 1054 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 1057 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfoMetadata.cpp | 1508 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1513 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1515 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DebugInfo.cpp | 1129 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 1134 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 217 bool IncludePath) const { in getFormattedLocationNoOffset() 222 if (IncludePath) { in getFormattedLocationNoOffset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 209 getFormattedLocationNoOffset(SMLoc Loc, bool IncludePath = false) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3073 StringRef IncludePath, StringRef APINotesFile, 3078 getCanonicalMDString(Context, IncludePath), 3084 MDString *ConfigurationMacros, MDString *IncludePath, 3097 StringRef ConfigurationMacros, StringRef IncludePath, 3100 (File, Scope, Name, ConfigurationMacros, IncludePath, 3104 MDString *ConfigurationMacros, MDString *IncludePath, 3107 (File, Scope, Name, ConfigurationMacros, IncludePath,
|
| H A D | DIBuilder.h | 1045 StringRef IncludePath,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 733 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 346 const char *IncludePath, size_t IncludePathLen, const char *APINotesFile,
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1450 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() 1454 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3295 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local 3298 RemapPath(IncludePath)); in getOrCreateModuleRef()
|