Home | History | Annotate | Download | only in Reader

Lines Matching defs:Address

1339                                     //          [pointee type, address space]
2500 // If the function is already parsed we can insert the block address right
3340 // See if anything took the address of blocks in this function.
3823 Value *Address = getValue(Record, 1, NextValueNo, OpTy);
3824 if (!OpTy || !Address)
3827 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
4396 // Check that all block address forward references got resolved (as we
4513 /// in forward-referenced functions from block address references.