Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Module

1 //===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===//
33 #include "llvm/IR/Module.h"
45 /// types and the function declaration into a module if they're not used, and
104 /// The LLVM module into which output is inserted
105 llvm::Module &TheModule;
290 /// module.
295 /// emitting the / module.
312 /// string. Selector references are all done via the module's selector table,
952 TheModule.getPointerSize() == llvm::Module::Pointer32 ? Int32Ty : Int64Ty;
2002 (TheModule.getPointerSize() == llvm::Module::Pointer32) ? 32 : 64;
2449 // Pointer to an array of selectors used in this module.
2523 // The symbol table is contained in a module which has some version-checking
2538 // The path to the source file where this module was declared
2562 llvm::Value *Module = MakeGlobal(ModuleTy, Elements);
2564 // Create the load function calling the runtime entry point with the module
2579 Builder.CreateCall(Register, Module);