/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/ |
D | ResourceProcessor.h | 32 void addInclude(const PathType &IncludePath) { in addInclude() argument 33 IncludeList.push_back(IncludePath); in addInclude()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 41 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/ |
D | AnalysisConsumer.cpp | 91 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/ |
D | LLVMContextImpl.h | 696 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);
|
D | DebugInfoMetadata.cpp | 479 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()
|
D | DIBuilder.cpp | 690 StringRef IncludePath, in createModule() argument 693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 821 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);
|
D | DebugInfoMetadata.cpp | 718 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()
|
D | DIBuilder.cpp | 832 StringRef IncludePath, in createModule() argument 835 ConfigurationMacros, IncludePath, SysRoot); in createModule()
|
D | DebugInfo.cpp | 784 const char *IncludePath, size_t IncludePathLen, in LLVMDIBuilderCreateModule() argument 789 StringRef(IncludePath, IncludePathLen), in LLVMDIBuilderCreateModule()
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 247 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()
|
D | ToolChains.cpp | 1774 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()
|
D | ToolChains.h | 172 std::string IncludePath; variable 201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1661 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))
|
D | DIBuilder.h | 600 StringRef IncludePath,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2087 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))
|
D | DIBuilder.h | 740 StringRef IncludePath,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 293 const char *IncludePath, size_t IncludePathLen,
|