Lines Matching refs:GlobalRecValue
2159 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2164 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
2237 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
2240 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
2243 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
2250 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2255 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
2256 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
2349 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
2354 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
2360 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back(GlobalRecValue); in emitGenericVarsProlog()