Lines Matching refs:Module
35 #include "llvm/IR/Module.h"
845 /// module
1032 /// EmitImageInfo - Emit the image info marker used to encode some module
1070 /// EmitModuleInfo - Another marker encoding module level
1074 /// EmitModuleSymols - Emit module symbols, the list of defined
1305 /// module with the provided symbol and section names.
2673 // reference or not. At module finalization we add the empty
3224 // FIXME: Should we look these up somewhere other than the module. Its a bit
3239 // module. This will be patched up when we emit the metaclass.
4286 /// EmitImageInfo - Emit the image info marker used to encode some module
4300 // A flag indicating that the module has no instances of a @synthesize of a
4312 // Generate module-level named metadata to convey this information to the
4314 llvm::Module &Mod = CGM.getModule();
4316 // Add the ObjC ABI version to the module flags.
4317 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Version", ObjCABI);
4318 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Image Info Version",
4320 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Image Info Section",
4325 Mod.addModuleFlag(llvm::Module::Override,
4329 Mod.addModuleFlag(llvm::Module::Error,
4335 Mod.addModuleFlag(llvm::Module::Error, "Objective-C GC Only",
4344 Mod.addModuleFlag(llvm::Module::Require, "Objective-C GC Only",
4354 Mod.addModuleFlag(llvm::Module::Error, "Objective-C Is Simulated",
5532 // nonfragile abi has no module definition.
6232 // reference or not. At module finalization we add the empty