Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp709 MCSection *ReadOnlyColdSection = BC.MOFI->getContext().getELFSection( in emitJumpTables() local
742 ColdSection = ReadOnlyColdSection; in emitJumpTables()
744 HotSection = BF.hasProfile() ? ReadOnlySection : ReadOnlyColdSection; in emitJumpTables()