Searched refs:ConcatOutputSection (Results 1 – 8 of 8) sorted by relevance
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()[all …]
27 class ConcatOutputSection final : public OutputSection {29 explicit ConcatOutputSection(StringRef name) in ConcatOutputSection() function54 static ConcatOutputSection *getOrCreateForInput(const InputSection *);89 extern llvm::MapVector<NamePair, ConcatOutputSection *> concatOutputSections;
44 ConcatOutputSection *compactUnwindSection;
898 if (auto *merged = dyn_cast<ConcatOutputSection>(osec)) { in sortSegmentsAndSections()939 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); in createOutputSections()949 ConcatOutputSection *osec = it.second; in createOutputSections()
135 make<ConcatOutputSection>(section_names::compactUnwind); in UnwindInfoSection()253 relocateCompactUnwind(ConcatOutputSection *compactUnwindSection, in relocateCompactUnwind()
583 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols()597 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()1047 ConcatOutputSection *osec = nullptr; in gatherInputSections()1059 osec = ConcatOutputSection::getOrCreateForInput(isec); in gatherInputSections()
243 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
619 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()