Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ThisAddr

363     Address ThisAddr = GetAddrOfLocalVar(CXXABIThisDecl);
364 llvm::Type *ThisType = ThisAddr.getElementType();
367 Builder.CreateStore(AdjustedThisPtr, ThisAddr);