Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1309 auto &OldSection = Sym.getBlock().getSection(); in transferDefinedSymbol() local
1319 if (&DestBlock.getSection() != &OldSection) { in transferDefinedSymbol()
1320 OldSection.removeSymbol(Sym); in transferDefinedSymbol()
1333 auto &OldSection = B.getSection(); in transferBlock() local
1334 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()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h425 MCSectionSubPair OldSection = I->first; in popSection() local
429 if (NewSection.first && OldSection != NewSection) in popSection()