Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1413 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local
1423 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()
1424 OldSection.removeSymbol(Sym); in transferDefinedSymbol()
1437 auto &OldSection = B.getSection(); in transferBlock() local
1438 if (&OldSection == &NewSection) in transferBlock()
1441 for (auto *S : OldSection.symbols()) in transferBlock()
1445 OldSection.removeSymbol(*S); in transferBlock()
1448 OldSection.removeBlock(B); in transferBlock()