Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp47 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 DResourceProcessor.h32 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 DLibrary.h43 StringRef IncludePath = StringRef()) {
44 Headers.emplace_back(FullPath, Type, IncludePath);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h122 SmallString<0> IncludePath; variable
210 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DCuda.h35 std::string IncludePath; variable
70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
H A DAMDGPU.cpp404 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 DCuda.cpp205 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 DNetBSD.cpp509 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 DLinux.cpp723 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
724 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
H A DGnu.cpp3311 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local
3312 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp91 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 DLLVMContextImpl.h1152 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 DDIBuilder.cpp1054 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
1057 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfoMetadata.cpp1508 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1513 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1515 IncludePath, APINotesFile}; in getImpl()
H A DDebugInfo.cpp1129 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
1134 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp217 bool IncludePath) const { in getFormattedLocationNoOffset()
222 if (IncludePath) { in getFormattedLocationNoOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h209 getFormattedLocationNoOffset(SMLoc Loc, bool IncludePath = false) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3073 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 DDIBuilder.h1045 StringRef IncludePath,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h733 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h346 const char *IncludePath, size_t IncludePathLen, const char *APINotesFile,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1450 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 DCGDebugInfo.cpp3295 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
3298 RemapPath(IncludePath)); in getOrCreateModuleRef()