Searched refs:binInstList (Results 1 – 5 of 5) sorted by relevance
32 for (unsigned i = 0, size = (unsigned) binInstList.size(); i < size; i++) in WriteToDatFile()34 BinInst *bin = binInstList[i]; in WriteToDatFile()116 for (unsigned i = 0, size = (unsigned)binInstList.size(); i < size; i++) in ProduceBinaryBuf()118 BinInst *bin = binInstList[i]; in ProduceBinaryBuf()343 for (auto I = binInstList.begin(), E = binInstList.end(); I != E; ++I) in computeBinaryOffsets()
1432 BinInstList& getBinInstList() { return binInstList; } in getBinInstList()1485 BinInstList binInstList; ///< Reference to the binary instructions variable
2847 binInstList.push_back(inst->getBinInst()); in ProduceBinaryInstructions()2892 binInstList.push_back(inst->getBinInst()); in ProduceBinaryInstructions()
2490 binInstList.push_back(inst->getBinInst()); in DoAll()
9202 BinInstList& binInstList = binEncodingInstance->getBinInstList(); in computeFCInfo() local9203 for (unsigned i = 0, size = (unsigned) binInstList.size(); i < size; i++) in computeFCInfo()9205 BinInst* bin = binInstList[i]; in computeFCInfo()