Searched refs:firstIsec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp272 InputSection *firstIsec = findContainingSubsection(subsecMap, &firstSize); local
277 symbols[i] = createDefined(sym, firstIsec, 0);
283 auto *secondIsec = make<InputSection>(*firstIsec);
284 secondIsec->data = firstIsec->data.slice(firstSize);
285 firstIsec->data = firstIsec->data.slice(0, firstSize);
289 secondIsec->align = MinAlign(firstIsec->align, offset);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp679 auto *firstIsec = cast<InputSectionBase>( local
683 firstIsec->flags & SHF_LINK_ORDER
684 ? firstIsec->getLinkOrderDep()->getOutputSection()

Completed in 61 milliseconds