/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 50 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 D | ROCm.h | 109 SmallString<0> IncludePath; variable 196 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 | 484 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 D | Linux.cpp | 675 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local 676 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
|
H A D | AMDGPU.cpp | 455 IncludePath = InstallPath; in detectHIPRuntime() 456 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
|
H A D | Cuda.cpp | 190 IncludePath = InstallPath + "/include"; in CudaInstallationDetector() 193 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
|
H A D | Gnu.cpp | 3187 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local 3188 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
|
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 90 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 D | LLVMContextImpl.h | 962 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 D | DebugInfoMetadata.cpp | 1153 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1160 IncludePath, APINotesFile}; in getImpl()
|
H A D | DIBuilder.cpp | 928 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 931 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
H A D | DebugInfo.cpp | 1002 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 1007 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 217 bool IncludePath) const { in getFormattedLocationNoOffset() 222 if (IncludePath) { in getFormattedLocationNoOffset()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 208 bool IncludePath = false) const;
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 254 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 D | DebugInfoMetadata.h | 2372 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 D | DIBuilder.h | 846 StringRef ConfigurationMacros, StringRef IncludePath,
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | ToolChain.cpp | 994 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 D | ToolChain.h | 666 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
|
/openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 325 const char *IncludePath, size_t IncludePathLen,
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2799 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local 2802 RemapPath(IncludePath)); in getOrCreateModuleRef()
|