Lines Matching refs:ConcatOutputSection
27 MapVector<NamePair, ConcatOutputSection *> macho::concatOutputSections;
29 void ConcatOutputSection::addInput(ConcatInputSection *input) { in addInput()
123 bool ConcatOutputSection::needsThunks() const { in needsThunks()
155 uint64_t ConcatOutputSection::estimateStubsInRangeVA(size_t callIdx) const { in estimateStubsInRangeVA()
189 void ConcatOutputSection::finalize() { in finalize()
322 void ConcatOutputSection::writeTo(uint8_t *buf) const { in writeTo()
339 void ConcatOutputSection::finalizeFlags(InputSection *input) { in finalizeFlags()
363 ConcatOutputSection *
364 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput()
366 ConcatOutputSection *&osec = concatOutputSections[names]; in getOrCreateForInput()
368 osec = make<ConcatOutputSection>(names.second); in getOrCreateForInput()