Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:FwdRef

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