Searched refs:RefList (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2736 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; local
2737 for (unsigned i = 0, e = RefList.size(); i != e; ++i) {
2738 unsigned BlockIdx = RefList[i].first;
2742 GlobalVariable *FwdRef = RefList[i].second;

Completed in 157 milliseconds