Home
last modified time | relevance | path

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/
DLLVMContextImpl.h822 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);
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.cpp833 StringRef SysRoot) { in createModule() argument
835 ConfigurationMacros, IncludePath, SysRoot); in createModule()
DDebugInfo.cpp785 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/
DDebugInfoMetadata.h2087 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))
DDIBuilder.h741 StringRef SysRoot);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h294 const char *SysRoot, size_t SysRootLen);