Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.h595 StringRef ISysRoot;
599 StringRef ISysRoot)
601 IncludePath(IncludePath), ISysRoot(ISysRoot) {}
605 IncludePath(N->getIncludePath()), ISysRoot(N->getISysRoot()) {}
611 ISysRoot == RHS->getISysRoot();
615 ConfigurationMacros, IncludePath, ISysRoot);
DDebugInfoMetadata.cpp409 MDString *IncludePath, MDString *ISysRoot, in getImpl() argument
414 getString(IncludePath), getString(ISysRoot))); in getImpl()
415 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
DDIBuilder.cpp746 StringRef ISysRoot) { in createModule() argument
748 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1576 StringRef IncludePath, StringRef ISysRoot,
1581 getCanonicalMDString(Context, ISysRoot),
1586 MDString *IncludePath, MDString *ISysRoot,
1598 StringRef ISysRoot),
1599 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
1602 MDString *IncludePath, MDString *ISysRoot),
1603 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h596 StringRef ISysRoot);