Home
last modified time | relevance | path

Searched refs:LoadCXXThisAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp130 Address CodeGenFunction::LoadCXXThisAddress() { in LoadCXXThisAddress() function in CodeGenFunction
520 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThisAddress(), in Emit()
558 Address ThisPtr = CGF.LoadCXXThisAddress(); in EmitBaseInitializer()
978 Address ThisPtr = CGF.LoadCXXThisAddress(); in emitMemcpy()
1124 Address ThisPtr = CGF.LoadCXXThisAddress(); in pushEHDestructors()
1338 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()
1475 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody()
1509 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody()
1649 Address thisValue = CGF.LoadCXXThisAddress(); in Emit()
1723 CGF.LoadCXXThisAddress(), DerivedClass, BaseClass, BaseIsVirtual); in Emit()
[all …]
H A DCGVTables.cpp318 Thunk ? CGM.getCXXABI().performThisAdjustment(*this, LoadCXXThisAddress(), in EmitCallAndReturnForThunk()
H A DCodeGenFunction.h3117 Address LoadCXXThisAddress();
H A DCGExpr.cpp1697 return MakeAddrLValue(LoadCXXThisAddress(), E->getType()); in EmitLValueHelper()
H A DCGOpenMPRuntime.cpp7308 BP = CGF.LoadCXXThisAddress();