Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeInfoInChars

254   llvm::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
255 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
317 = CGM.getContext().getTypeInfoInChars(thisType);
337 = CGM.getContext().getTypeInfoInChars(byRefPtrTy);