Searched refs:SecondaryEntryPoints (Results 1 – 2 of 2) sorted by relevance
269 DenseMap<const MCSymbol *, MCSymbol *> SecondaryEntryPoints; variable1098 auto I = SecondaryEntryPoints.find(BBLabel); in getSecondaryEntryPointSymbol()1099 if (I == SecondaryEntryPoints.end()) in getSecondaryEntryPointSymbol()1386 bool isMultiEntry() const { return !SecondaryEntryPoints.empty(); } in isMultiEntry()
455 for (const auto &KV : SecondaryEntryPoints) in print()3385 SecondaryEntryPoints[LocalSymbol] = EntrySymbol; in addEntryPointAtOffset()3406 SecondaryEntryPoints[BB.getLabel()] = EntrySymbol; in addEntryPoint()