Home
last modified time | relevance | path

Searched refs:OldSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1402 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local
1412 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()
1413 OldSection.removeSymbol(Sym); in transferDefinedSymbol()
1426 auto &OldSection = B.getSection(); in transferBlock() local
1427 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h429 MCSectionSubPair OldSection = I->first; in popSection() local
433 if (NewSection.first && OldSection != NewSection) in popSection()