Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp128 Address CodeGenFunction::LoadCXXThisAddress() { in LoadCXXThisAddress() function in CodeGenFunction
523 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThisAddress(), in Emit()
561 Address ThisPtr = CGF.LoadCXXThisAddress(); in EmitBaseInitializer()
976 Address ThisPtr = CGF.LoadCXXThisAddress(); in emitMemcpy()
1120 Address ThisPtr = CGF.LoadCXXThisAddress(); in pushEHDestructors()
1335 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()
1641 Address thisValue = CGF.LoadCXXThisAddress(); in Emit()
2389 Address This = LoadCXXThisAddress(); in EmitDelegateCXXConstructorCall()
2440 Address ThisPtr = LoadCXXThisAddress(); in EmitDelegatingCXXConstructorCall()
2524 *this, LoadCXXThisAddress(), Vptr.VTableClass, Vptr.NearestVBase); in InitializeVTablePointer()
[all …]
H A DCGVTables.cpp306 *this, LoadCXXThisAddress(), Thunk->This) in EmitCallAndReturnForThunk()
H A DCodeGenFunction.h2805 Address LoadCXXThisAddress();
H A DCGOpenMPRuntime.cpp7766 BP = CGF.LoadCXXThisAddress(); in generateInfoForComponentList()