Searched refs:GraphSections (Results 1 – 1 of 1) sorted by relevance
83 assert(!GraphSections.count(SecIndex) && "Duplicate section at index"); in setGraphSection()84 GraphSections[SecIndex] = &Sec; in setGraphSection()88 auto I = GraphSections.find(SecIndex); in getGraphSection()89 if (I == GraphSections.end()) in getGraphSection()121 DenseMap<ELFSectionIndex, Section *> GraphSections; variable