Searched refs:SysRoot (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 822 MDString *SysRoot; 825 MDString *IncludePath, MDString *SysRoot) 827 IncludePath(IncludePath), SysRoot(SysRoot) {} 831 IncludePath(N->getRawIncludePath()), SysRoot(N->getRawSysRoot()) {} 837 SysRoot == RHS->getRawSysRoot(); 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 | 833 StringRef SysRoot) { in createModule() argument 835 ConfigurationMacros, IncludePath, SysRoot); in createModule()
|
D | DebugInfo.cpp | 785 const char *SysRoot, size_t SysRootLen) { in LLVMDIBuilderCreateModule() argument 790 StringRef(SysRoot, SysRootLen))); 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, 2092 getCanonicalMDString(Context, SysRoot), 2097 MDString *IncludePath, MDString *SysRoot, 2109 StringRef SysRoot), 2110 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot)) 2113 MDString *IncludePath, MDString *SysRoot), 2114 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
|
D | DIBuilder.h | 741 StringRef SysRoot);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 294 const char *SysRoot, size_t SysRootLen);
|