Searched defs:UnadjustedClass (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 2182 performTypeAdjustment(CodeGenFunction & CGF,Address InitialPtr,const CXXRecordDecl * UnadjustedClass,int64_t NonVirtualAdjustment,int64_t VirtualAdjustment,bool IsReturnAdjustment) performTypeAdjustment() argument 2238 performThisAdjustment(CodeGenFunction & CGF,Address This,const CXXRecordDecl * UnadjustedClass,const ThunkInfo & TI) performThisAdjustment() argument 2247 performReturnAdjustment(CodeGenFunction & CGF,Address Ret,const CXXRecordDecl * UnadjustedClass,const ReturnAdjustment & RA) performReturnAdjustment() argument
|