Searched refs:LoadCXXThisAddress (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 131 Address CodeGenFunction::LoadCXXThisAddress() { in LoadCXXThisAddress() function in CodeGenFunction 525 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThisAddress(), in Emit() 563 Address ThisPtr = CGF.LoadCXXThisAddress(); in EmitBaseInitializer() 979 Address ThisPtr = CGF.LoadCXXThisAddress(); in emitMemcpy() 1123 Address ThisPtr = CGF.LoadCXXThisAddress(); in pushEHDestructors() 1336 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() 1472 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody() 1506 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody() 1645 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() 1719 CGF.LoadCXXThisAddress(), DerivedClass, BaseClass, BaseIsVirtual); in Emit() [all …]
|
H A D | CGVTables.cpp | 318 Thunk ? CGM.getCXXABI().performThisAdjustment(*this, LoadCXXThisAddress(), in EmitCallAndReturnForThunk()
|
H A D | CodeGenFunction.h | 3071 Address LoadCXXThisAddress();
|
H A D | CGExpr.cpp | 1636 return MakeAddrLValue(LoadCXXThisAddress(), E->getType()); in EmitLValueHelper()
|
H A D | CGOpenMPRuntime.cpp | 7052 BP = CGF.LoadCXXThisAddress(); in generateInfoForComponentList()
|