Home
last modified time | relevance | path

Searched refs:ISysRoot (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.h697 MDString *ISysRoot;
699 MDString *IncludePath, MDString *ISysRoot)
701 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
705 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
711 ISysRoot == RHS->getRawISysRoot();
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.cpp691 StringRef ISysRoot) { in createModule() argument
693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h799 MDString *ISysRoot;
802 MDString *IncludePath, MDString *ISysRoot)
804 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
808 IncludePath(N->getRawIncludePath()), ISysRoot(N->getRawISysRoot()) {}
814 ISysRoot == RHS->getRawISysRoot();
819 ConfigurationMacros, IncludePath, ISysRoot);
DDebugInfoMetadata.cpp578 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
582 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
583 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
DDIBuilder.cpp822 StringRef ISysRoot) { in createModule() argument
824 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
DDebugInfo.cpp782 const char *ISysRoot, size_t ISysRootLen) { in LLVMDIBuilderCreateModule() argument
787 StringRef(ISysRoot, ISysRootLen))); in LLVMDIBuilderCreateModule()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1661 StringRef IncludePath, StringRef ISysRoot,
1666 getCanonicalMDString(Context, ISysRoot),
1671 MDString *IncludePath, MDString *ISysRoot,
1683 StringRef ISysRoot),
1684 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
1687 MDString *IncludePath, MDString *ISysRoot),
1688 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h601 StringRef ISysRoot);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2042 StringRef IncludePath, StringRef ISysRoot,
2047 getCanonicalMDString(Context, ISysRoot),
2052 MDString *IncludePath, MDString *ISysRoot,
2064 StringRef ISysRoot),
2065 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
2068 MDString *IncludePath, MDString *ISysRoot),
2069 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h730 StringRef ISysRoot);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DDebugInfo.h242 const char *ISysRoot, size_t ISysRootLen);