Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp40 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anon81e6207d0111::InitHeaderSearch
157 IncludePath.push_back( in AddUnmappedPath()
168 IncludePath.push_back( in AddUnmappedPath()
557 SearchList.reserve(IncludePath.size()); in Realize()
560 for (auto &Include : IncludePath) in Realize()
568 for (auto &Include : IncludePath) in Realize()
575 for (auto &Include : IncludePath) in Realize()
584 for (auto &Include : IncludePath) in Realize()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/netbsd/external/apache2/llvm/dist/llvm/tools/msbuild/
H A DLLVM.Cpp.Common.props58 …<IncludePath Condition="'$(IncludePath)' == ''">$(IncludePath);$(VC_IncludePath);$(WindowsSDK_Incl…
/netbsd/external/apache2/llvm/dist/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.cpp630 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addLibStdCxxIncludePaths() local
631 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addLibStdCxxIncludePaths()
H A DAMDGPU.cpp449 IncludePath = InstallPath; in detectHIPRuntime()
450 llvm::sys::path::append(IncludePath, "include"); in detectHIPRuntime()
H A DCuda.cpp187 IncludePath = InstallPath + "/include"; in CudaInstallationDetector()
190 if (!(FS.exists(IncludePath) && FS.exists(BinPath))) in CudaInstallationDetector()
H A DMSVC.cpp994 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath() local
995 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersionFromPath()
996 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath); in getWindows10SDKVersionFromPath()
H A DGnu.cpp3011 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in addGCCLibStdCxxIncludePaths() local
3012 if (addLibStdCXXIncludePaths(IncludePath, TripleStr, in addGCCLibStdCxxIncludePaths()
/netbsd/external/apache2/llvm/dist/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.cpp888 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
891 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp908 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
913 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp205 bool IncludePath) const { in getFormattedLocationNoOffset()
210 if (IncludePath) { in getFormattedLocationNoOffset()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h178 bool IncludePath = false) const;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2310 StringRef IncludePath, StringRef APINotesFile,
2315 getCanonicalMDString(Context, IncludePath),
2321 MDString *ConfigurationMacros, MDString *IncludePath,
2334 StringRef ConfigurationMacros, StringRef IncludePath,
2337 (File, Scope, Name, ConfigurationMacros, IncludePath,
2341 MDString *ConfigurationMacros, MDString *IncludePath,
2344 (File, Scope, Name, ConfigurationMacros, IncludePath,
H A DDIBuilder.h796 StringRef ConfigurationMacros, StringRef IncludePath,
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp879 std::string ToolChain::detectLibcxxVersion(StringRef IncludePath) const { in detectLibcxxVersion()
883 SmallString<128> Path(IncludePath); in detectLibcxxVersion()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h613 virtual std::string detectLibcxxVersion(StringRef IncludePath) const;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h301 const char *IncludePath, size_t IncludePathLen,
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2677 std::string IncludePath = Mod.getPath().str(); in getOrCreateModuleRef() local
2680 RemapPath(IncludePath)); in getOrCreateModuleRef()