Searched refs:initSection (Results 1 – 4 of 4) sorted by relevance
515 SInt32 initSection; in SetupSectionBaseAddresses() local539 initSection = fragToFix->loaderSection->initSection; in SetupSectionBaseAddresses()541 if (initSection == -1) { in SetupSectionBaseAddresses()545 …MoreAssertQ( initSection >= 0 ); // Negative indexes are pseudo-sections wh… in SetupSectionBaseAddresses()546 MoreAssertQ( initSection < fragToFix->containerHeader.sectionCount ); in SetupSectionBaseAddresses()548 initSectionHeader = &fragToFix->sectionHeaders[initSection]; in SetupSectionBaseAddresses()590 … MoreAssertQ(fragToFix->sectionHeaders[initSection].sectionKind == kPEFUnpackedDataSection); in SetupSectionBaseAddresses()593 … + fragToFix->sectionHeaders[initSection].containerOffset in SetupSectionBaseAddresses()
438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit()440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit()1810 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructSkeletonCU()1903 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()1906 NewTU.initSection( in addDwarfTypeUnitType()
115 void initSection(MCSection *Section);
1522 void DwarfUnit::initSection(MCSection *Section) { in initSection() function in DwarfUnit