HomeSort by: relevance | last modified time | path
    Searched defs:ConfigurationMacros (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 890 MDString *ConfigurationMacros;
897 MDString *ConfigurationMacros, MDString *IncludePath,
900 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
904 ConfigurationMacros(N->getRawConfigurationMacros()),
911 ConfigurationMacros == RHS->getRawConfigurationMacros() &&
919 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);
LLVMContextImpl.h 890 MDString *ConfigurationMacros;
897 MDString *ConfigurationMacros, MDString *IncludePath,
900 ConfigurationMacros(ConfigurationMacros), IncludePath(IncludePath),
904 ConfigurationMacros(N->getRawConfigurationMacros()),
911 ConfigurationMacros == RHS->getRawConfigurationMacros() &&
919 return hash_combine(Scope, Name, ConfigurationMacros, IncludePath);

Completed in 90 milliseconds