Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:FwdRef

2401     GlobalVariable *FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context),
2404 ForwardRefBlockAddresses[Fn].push_back(std::make_pair(Label, FwdRef));
2405 ID.ConstantVal = FwdRef;