Searched refs:ColdSection (Results 1 – 4 of 4) sorted by relevance
151 MCSection *ColdSection);726 MCSection *HotSection, *ColdSection; in emitJumpTables() local738 ColdSection = HotSection; in emitJumpTables()742 ColdSection = ReadOnlyColdSection; in emitJumpTables()745 ColdSection = HotSection; in emitJumpTables()748 emitJumpTable(JT, HotSection, ColdSection); in emitJumpTables()754 MCSection *ColdSection) { in emitJumpTable() argument773 Streamer.switchSection(JT.Count > 0 ? HotSection : ColdSection); in emitJumpTable()792 Streamer.switchSection(ColdSection); in emitJumpTable()
2206 MCSectionELF *ColdSection = in calculateEmittedSize() local2209 ColdSection->setHasInstructions(true); in calculateEmittedSize()2211 Streamer->switchSection(ColdSection); in calculateEmittedSize()
4046 ErrorOr<BinarySection &> ColdSection = getColdCodeSection(); in updateOutputValues() local4048 isSplit() ? ColdSection->getOutputAddress() : 0; in updateOutputValues()
3187 if (ErrorOr<BinarySection &> ColdSection = Function->getColdCodeSection()) in emitAndLink() local3188 BC->deregisterSection(*ColdSection); in emitAndLink()3726 ErrorOr<BinarySection &> ColdSection = Function.getColdCodeSection(); in mapCodeSections() local3727 assert(ColdSection && "cannot find section for cold part"); in mapCodeSections()3739 ColdPart.setImageAddress(ColdSection->getAllocAddress()); in mapCodeSections()3740 ColdPart.setImageSize(ColdSection->getOutputSize()); in mapCodeSections()3742 ColdSection->setOutputAddress(ColdPart.getAddress()); in mapCodeSections()3750 RTDyld.reassignSectionAddress(ColdSection->getSectionID(), in mapCodeSections()