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()
576 auto &FwdRef = ForwardRefMDNodes[MID]; in ParseMDNodeID() local577 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), Lex.getLoc()); in ParseMDNodeID()579 Result = FwdRef.first.get(); in ParseMDNodeID()2715 GlobalValue *&FwdRef = in ParseValID() local2721 if (!FwdRef) in ParseValID()2722 FwdRef = new GlobalVariable(*M, Type::getInt8Ty(Context), false, in ParseValID()2724 ID.ConstantVal = FwdRef; in ParseValID()