Searched refs:GraphBlocks (Results 1 – 3 of 3) sorted by relevance
70 assert(!GraphBlocks[SecIndex] && "Duplicate section at index"); in setGraphBlock()72 GraphBlocks[SecIndex] = B; in setGraphBlock()79 return GraphBlocks[SecIndex]; in getGraphBlock()184 std::vector<Block *> GraphBlocks; variable
90 assert(!GraphBlocks.count(SecIndex) && "Duplicate section at index"); in setGraphBlock()91 GraphBlocks[SecIndex] = B; in setGraphBlock()95 return GraphBlocks.lookup(SecIndex); in getGraphBlock()184 DenseMap<ELFSectionIndex, Block *> GraphBlocks; variable
118 GraphBlocks.resize(Obj.getNumberOfSections() + 1); in graphifySections()