/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 697 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);
|
D | DebugInfoMetadata.cpp | 479 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()
|
D | DIBuilder.cpp | 691 StringRef ISysRoot) { in createModule() argument 693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 799 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);
|
D | DebugInfoMetadata.cpp | 578 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()
|
D | DIBuilder.cpp | 822 StringRef ISysRoot) { in createModule() argument 824 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
|
D | DebugInfo.cpp | 782 const char *ISysRoot, size_t ISysRootLen) { in LLVMDIBuilderCreateModule() argument 787 StringRef(ISysRoot, ISysRootLen))); in LLVMDIBuilderCreateModule()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1661 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))
|
D | DIBuilder.h | 601 StringRef ISysRoot);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2042 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))
|
D | DIBuilder.h | 730 StringRef ISysRoot);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 242 const char *ISysRoot, size_t ISysRootLen);
|