Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp150 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()
[all …]