Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp50 std::vector<DirectoryLookupInfo> IncludePath; member in __anon0b3392bc0111::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/
H A DROCm.h109 SmallString<0> IncludePath; variable
196 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 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()
H A DLinux.cpp675 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
676 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
H A DAMDGPU.cpp455 IncludePath = InstallPath; in detectHIPRuntime()
456 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
H A DCuda.cpp190 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
193 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
H A DGnu.cpp3187 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local
3188 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp90 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
91 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersionFromPath()
92 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A 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);
H A DDebugInfoMetadata.cpp1153 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1160 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp928 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
931 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp1002 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
1007 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp217 bool IncludePath) const { in getFormattedLocationNoOffset()
222 if (IncludePath) { in getFormattedLocationNoOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h208 bool IncludePath = false) const;
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c254 value IncludePath, value SysRoot) { in llvm_dibuild_create_module_native() argument
258 caml_string_length(ConfigMacros), String_val(IncludePath), in llvm_dibuild_create_module_native()
259 caml_string_length(IncludePath), String_val(SysRoot), in llvm_dibuild_create_module_native()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A 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,
H A DDIBuilder.h846 StringRef ConfigurationMacros, StringRef IncludePath,
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp994 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion()
998 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h666 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h325 const char *IncludePath, size_t IncludePathLen,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2799 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
2802 RemapPath(IncludePath)); in getOrCreateModuleRef()