reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGDecl.cpp
  256     GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  420       TheModule, InitFunc->getType(), /*isConstant=*/true,
tools/clang/lib/CodeGen/CodeGenModule.cpp
  142     TBAA.reset(new CodeGenTBAA(Context, TheModule, CodeGenOpts, getLangOpts(),
  579           TheModule.getOrInsertNamedMetadata("opencl.spir.version");
  580       llvm::LLVMContext &Ctx = TheModule.getContext();
  641       TheModule.getOrInsertNamedMetadata("opencl.ocl.version");
  642   llvm::LLVMContext &Ctx = TheModule.getContext();
 1156       TheModule.getDataLayout().getProgramAddressSpace());
 2378     GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
 3650     GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
 3853   GO.setComdat(TheModule.getOrInsertComdat(GO.getName()));
 5087     GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
 5648     TheModule.getOrInsertNamedMetadata("llvm.ident");
 5650   llvm::LLVMContext &Ctx = TheModule.getContext();
 5658     TheModule.getOrInsertNamedMetadata("llvm.commandline");
 5660   llvm::LLVMContext &Ctx = TheModule.getContext();
 5686   llvm::NamedMDNode *CUNode = TheModule.getNamedMetadata("llvm.dbg.cu");
 5690   llvm::NamedMDNode *GCov = TheModule.getOrInsertNamedMetadata("llvm.gcov");
 5691   llvm::LLVMContext &Ctx = TheModule.getContext();
tools/clang/lib/CodeGen/CodeGenModule.h
  674   llvm::Module &getModule() const { return TheModule; }
  677     return TheModule.getDataLayout();