Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h890 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);
H A DDebugInfoMetadata.cpp942 MDString *ConfigurationMacros, in getImpl() argument
947 DEFINE_GETIMPL_LOOKUP(DIModule, (File, Scope, Name, ConfigurationMacros, in getImpl()
949 Metadata *Ops[] = {File, Scope, Name, ConfigurationMacros, in getImpl()
H A DDIBuilder.cpp887 StringRef ConfigurationMacros, in createModule() argument
891 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2309 StringRef Name, StringRef ConfigurationMacros,
2314 getCanonicalMDString(Context, ConfigurationMacros),
2321 MDString *ConfigurationMacros, MDString *IncludePath,
2334 StringRef ConfigurationMacros, StringRef IncludePath,
2337 (File, Scope, Name, ConfigurationMacros, IncludePath,
2341 MDString *ConfigurationMacros, MDString *IncludePath,
2344 (File, Scope, Name, ConfigurationMacros, IncludePath,
H A DDIBuilder.h796 StringRef ConfigurationMacros, StringRef IncludePath,