Searched refs:OldSection (Results 1 – 2 of 2) sorted by relevance
1402 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local1412 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()1413 OldSection.removeSymbol(Sym); in transferDefinedSymbol()1426 auto &OldSection = B.getSection(); in transferBlock() local1427 if (&OldSection == &NewSection) in transferBlock()1430 for (auto *S : OldSection.symbols()) in transferBlock()1434 OldSection.removeSymbol(*S); in transferBlock()1437 OldSection.removeBlock(B); in transferBlock()
429 MCSectionSubPair OldSection = I->first; in popSection() local433 if (NewSection.first && OldSection != NewSection) in popSection()