Lines Matching refs:GlobalRecValue
1788 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1793 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1867 llvm::Value *GlobalRecValue = in emitGenericVarsProlog() local
1869 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1872 GlobalRecValue, CGF.ConvertTypeForMem(GlobalRecTy)->getPointerTo()); in emitGenericVarsProlog()
1881 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1888 GlobalRecValue, GlobalRecPtrTy); in emitGenericVarsProlog()
1889 I->getSecond().GlobalRecordAddr = GlobalRecValue; in emitGenericVarsProlog()
1984 llvm::Value *GlobalRecValue = CGF.EmitRuntimeCall( in emitGenericVarsProlog() local
1989 GlobalRecValue, CGF.ConvertTypeForMem(VD->getType())->getPointerTo()); in emitGenericVarsProlog()
1995 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back(GlobalRecValue); in emitGenericVarsProlog()