Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1289 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local
1299 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()
1300 OldSection.removeSymbol(Sym); in transferDefinedSymbol()
1313 auto &OldSection = B.getSection(); in transferBlock() local
1314 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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h425 MCSectionSubPair OldSection = I->first; in popSection() local
429 if (NewSection.first && OldSection != NewSection) in popSection()