Home
last modified time | relevance | path

Searched refs:ConfigurationMacros (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.h695 MDString *ConfigurationMacros;
698 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *ConfigurationMacros,
700 : Scope(Scope), Name(Name), ConfigurationMacros(ConfigurationMacros),
704 ConfigurationMacros(N->getRawConfigurationMacros()),
709 ConfigurationMacros == RHS->getRawConfigurationMacros() &&
715 ConfigurationMacros, IncludePath, ISysRoot);
DDebugInfoMetadata.cpp478 MDString *Name, MDString *ConfigurationMacros, in getImpl() argument
483 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot)); in getImpl()
484 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, ISysRoot}; in getImpl()
DDIBuilder.cpp689 StringRef ConfigurationMacros, in createModule() argument
693 ConfigurationMacros, IncludePath, ISysRoot); in createModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h820 MDString *ConfigurationMacros;
824 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *ConfigurationMacros,
826 : Scope(Scope), Name(Name), ConfigurationMacros(ConfigurationMacros),
830 ConfigurationMacros(N->getRawConfigurationMacros()),
835 ConfigurationMacros == RHS->getRawConfigurationMacros() &&
842 ConfigurationMacros, IncludePath, SysRoot);
DDebugInfoMetadata.cpp717 MDString *Name, MDString *ConfigurationMacros, in getImpl() argument
722 DIModule, (Scope, Name, ConfigurationMacros, IncludePath, SysRoot)); in getImpl()
723 Metadata *Ops[] = {Scope, Name, ConfigurationMacros, IncludePath, SysRoot}; in getImpl()
DDIBuilder.cpp831 StringRef ConfigurationMacros, in createModule() argument
835 ConfigurationMacros, IncludePath, SysRoot); in createModule()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h890 MDString *ConfigurationMacros;
896 MDString *ConfigurationMacros, MDString *IncludePath,
899 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
903 ConfigurationMacros(N->getRawConfigurationMacros()),
909 ConfigurationMacros == RHS->getRawConfigurationMacros() &&
916 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
DDebugInfoMetadata.cpp927 MDString *ConfigurationMacros, in getImpl() argument
932 DEFINE_GETIMPL_LOOKUP(DIModule, (File, Scope, Name, ConfigurationMacros, in getImpl()
934 Metadata *Ops[] = {File, Scope, Name, ConfigurationMacros, in getImpl()
DDIBuilder.cpp875 StringRef ConfigurationMacros, in createModule() argument
879 ConfigurationMacros, IncludePath, APINotesFile, LineNo); in createModule()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1660 StringRef Name, StringRef ConfigurationMacros,
1664 getCanonicalMDString(Context, ConfigurationMacros),
1670 MDString *Name, MDString *ConfigurationMacros,
1682 StringRef ConfigurationMacros, StringRef IncludePath,
1684 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
1686 (Metadata *Scope, MDString *Name, MDString *ConfigurationMacros,
1688 (Scope, Name, ConfigurationMacros, IncludePath, ISysRoot))
DDIBuilder.h599 StringRef ConfigurationMacros,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2086 StringRef Name, StringRef ConfigurationMacros,
2090 getCanonicalMDString(Context, ConfigurationMacros),
2096 MDString *Name, MDString *ConfigurationMacros,
2108 StringRef ConfigurationMacros, StringRef IncludePath,
2110 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
2112 (Metadata *Scope, MDString *Name, MDString *ConfigurationMacros,
2114 (Scope, Name, ConfigurationMacros, IncludePath, SysRoot))
DDIBuilder.h739 StringRef ConfigurationMacros,
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2308 StringRef Name, StringRef ConfigurationMacros,
2313 getCanonicalMDString(Context, ConfigurationMacros),
2320 MDString *ConfigurationMacros, MDString *IncludePath,
2333 StringRef ConfigurationMacros, StringRef IncludePath,
2335 (File, Scope, Name, ConfigurationMacros, IncludePath,
2339 MDString *ConfigurationMacros, MDString *IncludePath,
2341 (File, Scope, Name, ConfigurationMacros, IncludePath,
DDIBuilder.h780 StringRef ConfigurationMacros, StringRef IncludePath,