Lines Matching refs:HotSection
150 void emitJumpTable(const JumpTable &JT, MCSection *HotSection,
726 MCSection *HotSection, *ColdSection; in emitJumpTables() local
737 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() argument
773 Streamer.switchSection(JT.Count > 0 ? HotSection : ColdSection); in emitJumpTable()
790 Streamer.switchSection(HotSection); in emitJumpTable()