Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp48 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 DROCm.h89 SmallString<0> IncludePath; variable
166 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DCuda.h39 std::string IncludePath; variable
71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DNetBSD.cpp443 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 DLinux.cpp627 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
628 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
H A DCuda.cpp187 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
190 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
H A DAMDGPU.cpp453 IncludePath = InstallPath; in detectHIPRuntime()
454 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
H A DMSVC.cpp996 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 DGnu.cpp3013 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 DLLVMContextImpl.h891 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 DDebugInfoMetadata.cpp943 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
948 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
950 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp893 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
896 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp944 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 DSourceMgr.cpp205 bool IncludePath) const { in getFormattedLocationNoOffset()
210 if (IncludePath) { in getFormattedLocationNoOffset()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h178 bool IncludePath = false) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2313 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 DDIBuilder.h798 StringRef ConfigurationMacros, StringRef IncludePath,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp882 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 DToolChain.h617 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h301 const char *IncludePath, size_t IncludePathLen,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2658 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
2661 RemapPath(IncludePath)); in getOrCreateModuleRef()