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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h69 assert(!GraphBlocks[SecIndex] && "Duplicate section at index");
71 GraphBlocks[SecIndex] = B;
78 return GraphBlocks[SecIndex];
176 std::vector<Block *> GraphBlocks; member in namespace:llvm::jitlink
H A DELFLinkGraphBuilder.h89 assert(!GraphBlocks.count(SecIndex) && "Duplicate section at index");
90 GraphBlocks[SecIndex] = B;
94 return GraphBlocks.lookup(SecIndex);
183 DenseMap<ELFSectionIndex, Block *> GraphBlocks; member in namespace:llvm
H A DCOFFLinkGraphBuilder.cpp124 GraphBlocks.resize(Obj.getNumberOfSections() + 1);

Completed in 96 milliseconds