Lines Matching refs:GlobalRecValue
1790 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1795 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1869 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
1871 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1874 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
1883 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1890 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1891 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1985 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1990 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
1996 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back(GlobalRecValue); in emitGenericVarsProlog()