Searched refs:HotSection (Results 1 – 1 of 1) sorted by relevance
150 void emitJumpTable(const JumpTable &JT, MCSection *HotSection,726 MCSection *HotSection, *ColdSection; in emitJumpTables() local737 HotSection = BC.getDataSection(Name); in emitJumpTables()738 ColdSection = HotSection; in emitJumpTables()741 HotSection = ReadOnlySection; in emitJumpTables()744 HotSection = BF.hasProfile() ? ReadOnlySection : ReadOnlyColdSection; in emitJumpTables()745 ColdSection = HotSection; in emitJumpTables()748 emitJumpTable(JT, HotSection, ColdSection); in emitJumpTables()753 void BinaryEmitter::emitJumpTable(const JumpTable &JT, MCSection *HotSection, in emitJumpTable() argument773 Streamer.switchSection(JT.Count > 0 ? HotSection : ColdSection); in emitJumpTable()[all …]