/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 50 std::vector<DirectoryLookupInfo> IncludePath; member in __anona0e9c2570111::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-src/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-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ROCm.h | 119 SmallString<0> IncludePath; variable 209 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 | NetBSD.cpp | 508 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() 509 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths() 513 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths() 505 for (const auto &IncludePath : Candidates) { addLibCxxIncludePaths() local
|
H A D | Linux.cpp | 719 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in AddCudaIncludeArgs() 720 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in AddCudaIncludeArgs() 711 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addLibStdCxxIncludePaths() local
|
H A D | AMDGPU.cpp | 472 IncludePath = InstallPath; in detectHIPRuntime() 473 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
|
H A D | Cuda.cpp | 202 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 205 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
|
H A D | Gnu.cpp | 3414 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() 3415 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths() 3411 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { addGCCLibStdCxxIncludePaths() local
|
/freebsd-src/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-src/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 DITemplateTypeParameter() 1244 IncludePath, APINotesFile, LineNo, IsDecl)); in DITemplateTypeParameter() 1246 IncludePath, APINotesFile}; 1229 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
|
H A D | DIBuilder.cpp | 934 StringRef IncludePath, StringRef APINotesFile, 937 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in insertDeclare() 907 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
|
H A D | DebugInfo.cpp | 1101 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() 1106 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateNameSpace() 1096 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 * APINotesFile,size_t APINotesFileLen) LLVMDIBuilderCreateModule() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 214 /// style, but without the line offset. If \p IncludePath is true, the path 217 bool IncludePath) const { in getFormattedLocationNoOffset() 222 if (IncludePath) { in getFormattedLocationNoOffset()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 208 bool IncludePath = false) const;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2484 StringRef IncludePath, StringRef APINotesFile, in DITemplateParameter() 2489 getCanonicalMDString(Context, IncludePath), 2495 MDString *ConfigurationMacros, MDString *IncludePath, in getRawName() 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 | 876 /// \param IncludePath The path to the module map file. 887 StringRef ConfigurationMacros, StringRef IncludePath,
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 704 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 330 * \param IncludePath The path to the module map file. 331 * \param IncludePathLen The length of the C string passed to \c IncludePath. 339 const char *IncludePath, size_t IncludePathLen,
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 1227 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in AddClangCXXStdlibIsystemArgs() 1231 SmallString<128> Path(IncludePath); in AddClangCXXStdlibIsystemArgs()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3070 std::string IncludePath = Mod.getPath().str(); in CreateTypeDefinition() 3073 RemapPath(IncludePath)); in CreateTypeDefinition() 2944 std::string IncludePath = Mod.getPath().str(); getOrCreateModuleRef() local
|