Searched refs:OldSection (Results 1 – 2 of 2) sorted by relevance
1309 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local1319 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()1320 OldSection.removeSymbol(Sym); in transferDefinedSymbol()1333 auto &OldSection = B.getSection(); in transferBlock() local1334 if (&OldSection == &NewSection) in transferBlock()1337 for (auto *S : OldSection.symbols()) in transferBlock()1341 OldSection.removeSymbol(*S); in transferBlock()1344 OldSection.removeBlock(B); in transferBlock()
425 MCSectionSubPair OldSection = I->first; in popSection() local429 if (NewSection.first && OldSection != NewSection) in popSection()