Searched refs:IncludePath (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 293 const char *IncludePath, size_t IncludePathLen,
|