Searched refs:OldSec (Results 1 – 2 of 2) sorted by relevance
2167 auto *OldSec = It->get(); in updateSection() local2168 if (!OldSec->hasContents()) in updateSection()2174 if (Data.size() > OldSec->Size && OldSec->ParentSegment) in updateSection()2178 Data.size(), Name.str().c_str(), OldSec->Size); in updateSection()2180 if (!OldSec->ParentSegment) { in updateSection()2181 *It = std::make_unique<OwnedDataSection>(*OldSec, Data); in updateSection()2184 OldSec->Size = Data.size(); in updateSection()2185 UpdatedSections[OldSec] = Data; in updateSection()
1249 MCSectionSubPair OldSec = I->first; in popSection() local1253 if (NewSec.first && OldSec != NewSec) in popSection()