Searched refs:OldSection (Results 1 – 2 of 2) sorted by relevance
1289 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local1299 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()1300 OldSection.removeSymbol(Sym); in transferDefinedSymbol()1313 auto &OldSection = B.getSection(); in transferBlock() local1314 if (&OldSection == &NewSection) in transferBlock()1317 for (auto *S : OldSection.symbols()) in transferBlock()1321 OldSection.removeSymbol(*S); in transferBlock()1324 OldSection.removeBlock(B); in transferBlock()
425 MCSectionSubPair OldSection = I->first; in popSection() local429 if (NewSection.first && OldSection != NewSection) in popSection()