Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
DResourceProcessor.h32 void addInclude(const PathType &IncludePath) { in addInclude() argument
33 IncludeList.push_back(IncludePath); in addInclude()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp41 std::vector<std::pair<IncludeDirGroup, DirectoryLookup> > IncludePath; member in __anonbe1267ea0111::InitHeaderSearch
152 IncludePath.push_back( in AddUnmappedPath()
163 IncludePath.push_back( in AddUnmappedPath()
581 SearchList.reserve(IncludePath.size()); in Realize()
584 for (auto &Include : IncludePath) in Realize()
592 for (auto &Include : IncludePath) in Realize()
599 for (auto &Include : IncludePath) in Realize()
608 for (auto &Include : IncludePath) in Realize()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp91 bool IncludePath; member in __anon6a7fd8c40111::ClangDiagPathDiagConsumer
94 : Diag(Diag), IncludePath(false) {} in ClangDiagPathDiagConsumer()
102 return IncludePath ? Minimal : None; in getGenerationScheme()
106 IncludePath = true; in enablePaths()
121 if (!IncludePath) in FlushDiagnosticsImpl()
/external/llvm/lib/IR/
DLLVMContextImpl.h696 MDString *IncludePath;
699 MDString *IncludePath, MDString *ISysRoot)
701 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
705 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
710 IncludePath == RHS->getRawIncludePath() &&
715 ConfigurationMacros, IncludePath, ISysRoot);
DDebugInfoMetadata.cpp479 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
483 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
484 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
DDIBuilder.cpp690 StringRef IncludePath, in createModule() argument
693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h821 MDString *IncludePath;
825 MDString *IncludePath, MDString *SysRoot)
827 IncludePath(IncludePath), SysRoot(SysRoot) {}
831 IncludePath(N->getRawIncludePath()), SysRoot(N->getRawSysRoot()) {}
836 IncludePath == RHS->getRawIncludePath() &&
842 ConfigurationMacros, IncludePath, SysRoot);
DDebugInfoMetadata.cpp718 MDString *IncludePath, MDString *SysRoot, in getImpl() argument
722 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, SysRoot)); in getImpl()
723 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, SysRoot}; in getImpl()
DDIBuilder.cpp832 StringRef IncludePath, in createModule() argument
835 ConfigurationMacros, IncludePath, SysRoot); in createModule()
DDebugInfo.cpp784 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument
789 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
/external/clang/lib/Driver/
DMSVCToolChain.cpp247 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersion() local
248 llvm::sys::path::append(IncludePath, "Include"); in getWindows10SDKVersion()
249 for (llvm::sys::fs::directory_iterator DirIt(IncludePath, EC), DirEnd; in getWindows10SDKVersion()
DToolChains.cpp1774 IncludePath = InstallPath + "/include"; in init()
1779 if (!(FS.exists(IncludePath) && FS.exists(BinPath) && FS.exists(LibPath) && in init()
4581 for (const auto &IncludePath : LibCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
4582 if (IncludePath.empty() || !getVFS().exists(IncludePath)) in AddClangCXXStdlibIncludeArgs()
4585 addSystemInclude(DriverArgs, CC1Args, IncludePath); in AddClangCXXStdlibIncludeArgs()
4632 for (const auto &IncludePath : LibStdCXXIncludePathCandidates) { in AddClangCXXStdlibIncludeArgs() local
4633 if (addLibStdCXXIncludePaths(IncludePath, /*Suffix*/ "", TripleStr, in AddClangCXXStdlibIncludeArgs()
DToolChains.h172 std::string IncludePath; variable
201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1661 StringRef IncludePath, StringRef ISysRoot,
1665 getCanonicalMDString(Context, IncludePath),
1671 MDString *IncludePath, MDString *ISysRoot,
1682 StringRef ConfigurationMacros, StringRef IncludePath,
1684 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
1687 MDString *IncludePath, MDString *ISysRoot),
1688 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h600 StringRef IncludePath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2087 StringRef IncludePath, StringRef SysRoot,
2091 getCanonicalMDString(Context, IncludePath),
2097 MDString *IncludePath, MDString *SysRoot,
2108 StringRef ConfigurationMacros, StringRef IncludePath,
2110 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
2113 MDString *IncludePath, MDString *SysRoot),
2114 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
DDIBuilder.h740 StringRef IncludePath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h293 const char *IncludePath, size_t IncludePathLen,