| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 48 std::vector<DirectoryLookupInfo> IncludePath; member in __anoneffb2e100111::InitHeaderSearch 163 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework)); in AddUnmappedPath() 173 IncludePath.emplace_back( in AddUnmappedPath() 561 SearchList.reserve(IncludePath.size()); in Realize() 564 for (auto &Include : IncludePath) in Realize() 572 for (auto &Include : IncludePath) in Realize() 579 for (auto &Include : IncludePath) in Realize() 588 for (auto &Include : IncludePath) in Realize()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ROCm.h | 89 SmallString<0> IncludePath; variable 166 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
| H A D | Cuda.h | 39 std::string IncludePath; variable 71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
| H A D | NetBSD.cpp | 443 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local 444 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths() 448 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
|
| H A D | Linux.cpp | 627 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local 628 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
|
| H A D | Cuda.cpp | 187 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 190 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
|
| H A D | AMDGPU.cpp | 453 IncludePath = InstallPath; in detectHIPRuntime() 454 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
|
| H A D | MSVC.cpp | 996 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local 997 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersionFromPath() 998 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
|
| H A D | Gnu.cpp | 3013 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local 3014 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 891 MDString *IncludePath; 897 MDString *ConfigurationMacros, MDString *IncludePath, 900 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath), 905 IncludePath(N->getRawIncludePath()), 912 IncludePath == RHS->getRawIncludePath() && 919 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
|
| H A D | DebugInfoMetadata.cpp | 943 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 948 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 950 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DIBuilder.cpp | 893 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 896 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfo.cpp | 944 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 949 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 205 bool IncludePath) const { in getFormattedLocationNoOffset() 210 if (IncludePath) { in getFormattedLocationNoOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 178 bool IncludePath = false) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2313 StringRef IncludePath, StringRef APINotesFile, 2318 getCanonicalMDString(Context, IncludePath), 2324 MDString *ConfigurationMacros, MDString *IncludePath, 2337 StringRef ConfigurationMacros, StringRef IncludePath, 2340 (File, Scope, Name, ConfigurationMacros, IncludePath, 2344 MDString *ConfigurationMacros, MDString *IncludePath, 2347 (File, Scope, Name, ConfigurationMacros, IncludePath,
|
| H A D | DIBuilder.h | 798 StringRef ConfigurationMacros, StringRef IncludePath,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 882 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() 886 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 617 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 301 const char *IncludePath, size_t IncludePathLen,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2658 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local 2661 RemapPath(IncludePath)); in getOrCreateModuleRef()
|