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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  304     Addr = Address(emitRoundPointerUpToAlignment(CGF, Ptr, DirectAlign),
  307     Addr = Address(Ptr, SlotSize);
  313       CGF.Builder.CreateConstInBoundsByteGEP(Addr, FullDirectSize, "argp.next");
  320     Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
  320     Addr = CGF.Builder.CreateConstInBoundsByteGEP(Addr, SlotSize - DirectSize);
  323   Addr = CGF.Builder.CreateElementBitCast(Addr, DirectTy);
  323   Addr = CGF.Builder.CreateElementBitCast(Addr, DirectTy);
  324   return Addr;