Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp109 Address CodeGenFunction::LoadCXXThisAddress() { in LoadCXXThisAddress() function in CodeGenFunction
488 CGF.GetAddressOfDirectBaseInCompleteClass(CGF.LoadCXXThisAddress(), in Emit()
527 Address ThisPtr = CGF.LoadCXXThisAddress(); in EmitBaseInitializer()
1053 Address ThisPtr = CGF.LoadCXXThisAddress(); in emitMemcpy()
1204 Address ThisPtr = CGF.LoadCXXThisAddress(); in pushEHDestructors()
1405 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue()
1517 /*Delegating=*/false, LoadCXXThisAddress()); in EmitDestructorBody()
1552 /*Delegating=*/false, LoadCXXThisAddress()); in EmitDestructorBody()
1666 Address thisValue = CGF.LoadCXXThisAddress(); in Emit()
2324 Address This = LoadCXXThisAddress(); in EmitDelegateCXXConstructorCall()
[all …]
DCGVTables.cpp263 *this, LoadCXXThisAddress(), Thunk->This) in EmitCallAndReturnForThunk()
DCodeGenFunction.h1902 Address LoadCXXThisAddress();
/external/llvm-project/clang/lib/CodeGen/
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 …]
DCGVTables.cpp302 *this, LoadCXXThisAddress(), Thunk->This) in EmitCallAndReturnForThunk()
DCodeGenFunction.h2706 Address LoadCXXThisAddress();
DCGOpenMPRuntime.cpp7581 BP = CGF.LoadCXXThisAddress(); in generateInfoForComponentList()