/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 | Cuda.h | 35 std::string IncludePath; variable 70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
H A D | NetBSD.cpp | 508 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local 509 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths() 513 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
|
H A D | Linux.cpp | 719 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local 720 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
|
H A D | Cuda.cpp | 202 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 205 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
|
H A D | AMDGPU.cpp | 472 IncludePath = InstallPath; in detectHIPRuntime() 473 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
|
H A D | Gnu.cpp | 3414 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local 3415 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 | 984 MDString *IncludePath; 990 MDString *ConfigurationMacros, MDString *IncludePath, 993 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath), 998 IncludePath(N->getRawIncludePath()), 1005 IncludePath == RHS->getRawIncludePath() && 1012 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
|
H A D | DebugInfoMetadata.cpp | 1239 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1244 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1246 IncludePath, APINotesFile}; in getImpl()
|
H A D | DIBuilder.cpp | 934 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 937 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
H A D | DebugInfo.cpp | 1101 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 1106 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 | 208 bool IncludePath = false) const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2484 StringRef IncludePath, StringRef APINotesFile, 2489 getCanonicalMDString(Context, IncludePath), 2495 MDString *ConfigurationMacros, MDString *IncludePath, 2508 StringRef ConfigurationMacros, StringRef IncludePath, 2511 (File, Scope, Name, ConfigurationMacros, IncludePath, 2515 MDString *ConfigurationMacros, MDString *IncludePath, 2518 (File, Scope, Name, ConfigurationMacros, IncludePath,
|
H A D | DIBuilder.h | 887 StringRef ConfigurationMacros, StringRef IncludePath,
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 339 const char *IncludePath, size_t IncludePathLen,
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 704 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 1227 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion() 1231 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3070 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local 3073 RemapPath(IncludePath)); in getOrCreateModuleRef()
|