reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1912 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy); 2173 Ty = CGM.getTypes().getDataLayout().getIntPtrType(OrigTy);tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
221 DataLayout(Types.getDataLayout()), IsZeroInitializable(true), 703 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty)); 725 if (Types.getDataLayout().isBigEndian()) { 787 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) && 797 getDataLayout().getTypeAllocSizeInBits(BaseTy) && 803 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); 838 if (getDataLayout().isBigEndian()) 849 getDataLayout().getTypeAllocSizeInBits(ElementTy) &&tools/clang/lib/CodeGen/TargetInfo.cpp
198 return CGT.getDataLayout(); 2202 Has64BitPointers(CGT.getDataLayout().getPointerSize(0) == 8) {