Home
last modified time | relevance | path

Searched refs:SecondaryEntryPoints (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h269 DenseMap<const MCSymbol *, MCSymbol *> SecondaryEntryPoints; variable
1098 auto I = SecondaryEntryPoints.find(BBLabel); in getSecondaryEntryPointSymbol()
1099 if (I == SecondaryEntryPoints.end()) in getSecondaryEntryPointSymbol()
1386 bool isMultiEntry() const { return !SecondaryEntryPoints.empty(); } in isMultiEntry()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp455 for (const auto &KV : SecondaryEntryPoints) in print()
3385 SecondaryEntryPoints[LocalSymbol] = EntrySymbol; in addEntryPointAtOffset()
3406 SecondaryEntryPoints[BB.getLabel()] = EntrySymbol; in addEntryPoint()