Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp128 Address CodeGenFunction::LoadCXXThisAddress() { in LoadCXXThisAddress() function in CodeGenFunction
525 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThisAddress(), in Emit()
563 Address ThisPtr = CGF.LoadCXXThisAddress(); in EmitBaseInitializer()
978 Address ThisPtr = CGF.LoadCXXThisAddress(); in emitMemcpy()
1130 Address ThisPtr = CGF.LoadCXXThisAddress(); in pushEHDestructors()
1345 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()
1474 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody()
1508 /*Delegating=*/false, LoadCXXThisAddress(), ThisTy); in EmitDestructorBody()
1646 Address thisValue = CGF.LoadCXXThisAddress(); in Emit()
2363 Address This = LoadCXXThisAddress(); in EmitDelegateCXXConstructorCall()
[all …]
H A DCGVTables.cpp302 *this, LoadCXXThisAddress(), Thunk->This) in EmitCallAndReturnForThunk()
H A DCodeGenFunction.h2750 Address LoadCXXThisAddress();
H A DCGOpenMPRuntime.cpp7641 BP = CGF.LoadCXXThisAddress(); in generateInfoForComponentList()