Searched refs:ConfigurationMacros (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | 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);
|
H A D | DebugInfoMetadata.cpp | 942 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 D | DIBuilder.cpp | 887 StringRef ConfigurationMacros, in createModule() argument 891 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2309 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 D | DIBuilder.h | 796 StringRef ConfigurationMacros, StringRef IncludePath,
|