Home
last modified time | relevance | path

Searched refs:thisValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Daix_state_tab_eh.inc130 // StateVariable::thisValue.
174 intptr_t thisValue;
277 addr = reinterpret_cast<void*>(state->thisValue + fsmEntry->offset);
279 "state->thisValue=%ld addr=(fsmEntry->offset+state->thisValue)=%p\n",
280 fsmEntry->offset, state->thisValue, addr);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1641 Address thisValue = CGF.LoadCXXThisAddress(); in Emit() local
1643 LValue ThisLV = CGF.MakeAddrLValue(thisValue, RecordTy); in Emit()