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

References

tools/clang/lib/CodeGen/ConstantInitBuilder.cpp
   73   auto GV = new llvm::GlobalVariable(CGM.getModule(),
  125   add(Builder.CGM.getSize(size));
  135   base = llvm::ConstantExpr::getPtrToInt(base, Builder.CGM.IntPtrTy);
  136   target = llvm::ConstantExpr::getPtrToInt(target, Builder.CGM.IntPtrTy);
  140   if (Builder.CGM.IntPtrTy != offsetType) {
  152     new llvm::GlobalVariable(Builder.CGM.getModule(), type, true,
  171     indices.push_back(llvm::ConstantInt::get(Builder.CGM.Int32Ty, 0));
  177   indices.push_back(llvm::ConstantInt::get(Builder.CGM.Int32Ty,
  190   auto &layout = Builder.CGM.getDataLayout();
  225     auto &layout = Builder.CGM.getDataLayout();
  267     ty = llvm::StructType::get(Builder.CGM.getLLVMContext(), {}, Packed);