Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp471 OS << SecondaryEntryPoints.size() << " secondary entry points:\n"; in dump() local
334 uint32_t SecondaryEntryPoints = 0; parseMaps() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h283 DenseMap<const MCSymbol *, MCSymbol *> SecondaryEntryPoints; global() variable