Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2644 std::vector<BlockAddrRefTy> &RefList = BAFRI->second; in ParseFunctionBody() local
2645 for (unsigned i = 0, e = RefList.size(); i != e; ++i) { in ParseFunctionBody()
2646 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody()
2650 GlobalVariable *FwdRef = RefList[i].second; in ParseFunctionBody()