Searched refs:FwdRef (Results 1 – 3 of 3) sorted by relevance
26 class FwdRef { class28 FwdRef next;
357 if (obj == null || obj instanceof FwdRef) { in read()358 FwdRef f = new FwdRef(); in read()359 f.next = (FwdRef) obj; in read()406 if (hlp instanceof FwdRef) { in read()407 FwdRef f = (FwdRef) hlp; in read()
535 auto &FwdRef = ForwardRefMDNodes[MID]; in ParseMDNodeID() local536 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), Lex.getLoc()); in ParseMDNodeID()538 Result = FwdRef.first.get(); in ParseMDNodeID()2537 GlobalValue *&FwdRef = in ParseValID() local2543 if (!FwdRef) in ParseValID()2544 FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), false, in ParseValID()2546 ID.ConstantVal = FwdRef; in ParseValID()