Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/WindowsResource/
DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DInitHeaderSearch.cpp50 std::vector<DirectoryLookupInfo> IncludePath; member in __anon82f066410111::InitHeaderSearch
168 IncludePath.emplace_back(Group, DirectoryLookup(*DE, Type, isFramework), in AddUnmappedPath()
179 IncludePath.emplace_back( in AddUnmappedPath()
589 SearchList.reserve(IncludePath.size()); in Realize()
592 for (auto &Include : IncludePath) in Realize()
600 for (auto &Include : IncludePath) in Realize()
607 for (auto &Include : IncludePath) in Realize()
616 for (auto &Include : IncludePath) in Realize()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DROCm.h109 SmallString<0> IncludePath; variable
196 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
DCuda.h35 std::string IncludePath; variable
70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
DNetBSD.cpp484 for (const auto &IncludePath : Candidates) { in addLibCxxIncludePaths() local
485 if (!getVFS().exists(IncludePath + "/__config")) in addLibCxxIncludePaths()
489 addSystemInclude(DriverArgs, CC1Args, IncludePath); in addLibCxxIncludePaths()
DLinux.cpp675 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
676 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
DAMDGPU.cpp455 IncludePath = InstallPath; in detectHIPRuntime()
456 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
DCuda.cpp190 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
193 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
DGnu.cpp3187 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local
3188 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DLLVMContextImpl.h962 MDString *IncludePath;
968 MDString *ConfigurationMacros, MDString *IncludePath,
971 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
976 IncludePath(N->getRawIncludePath()),
983 IncludePath == RHS->getRawIncludePath() &&
990 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
DDebugInfoMetadata.cpp1153 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1160 IncludePath, APINotesFile}; in getImpl()
DDIBuilder.cpp928 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
931 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
DDebugInfo.cpp1002 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
1007 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DSourceMgr.cpp217 bool IncludePath) const { in getFormattedLocationNoOffset()
222 if (IncludePath) { in getFormattedLocationNoOffset()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DSourceMgr.h208 bool IncludePath = false) const;
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDebugInfoMetadata.h2372 StringRef IncludePath, StringRef APINotesFile,
2377 getCanonicalMDString(Context, IncludePath),
2383 MDString *ConfigurationMacros, MDString *IncludePath,
2396 StringRef ConfigurationMacros, StringRef IncludePath,
2399 (File, Scope, Name, ConfigurationMacros, IncludePath,
2403 MDString *ConfigurationMacros, MDString *IncludePath,
2406 (File, Scope, Name, ConfigurationMacros, IncludePath,
DDIBuilder.h846 StringRef ConfigurationMacros, StringRef IncludePath,
/openbsd/src/gnu/llvm/clang/lib/Driver/
DToolChain.cpp994 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion()
998 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DDebugInfo.h325 const char *IncludePath, size_t IncludePathLen,
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DToolChain.h666 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp2799 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
2802 RemapPath(IncludePath)); in getOrCreateModuleRef()