Searched refs:getObjectAddress (Results 1 – 3 of 3) sorted by relevance
1118 capturedByInit ? emission.Address : emission.getObjectAddress(*this); in EmitAutoVarInit()1239 llvm::Value *addr = emission.getObjectAddress(*this); in emitAutoVarTypeCleanup()
1113 InitCatchParam(CGF, *CatchParam, var.getObjectAddress(CGF), S->getLocStart()); in BeginCatch()
1889 llvm::Value *getObjectAddress(CodeGenFunction &CGF) const { in getObjectAddress() function