Searched refs:ConcatOutputSection (Results 1 – 9 of 9) sorted by relevance
26 class ConcatOutputSection : public OutputSection {28 explicit ConcatOutputSection(StringRef name) in ConcatOutputSection() function52 static ConcatOutputSection *getOrCreateForInput(const InputSection *);67 class TextOutputSection : public ConcatOutputSection {69 explicit TextOutputSection(StringRef name) : ConcatOutputSection(name) {} in TextOutputSection()107 extern llvm::MapVector<NamePair, ConcatOutputSection *> concatOutputSections;
26 MapVector<NamePair, ConcatOutputSection *> macho::concatOutputSections;28 void ConcatOutputSection::addInput(ConcatInputSection *input) { in addInput()196 void ConcatOutputSection::finalizeOne(ConcatInputSection *isec) { in finalizeOne()205 void ConcatOutputSection::finalizeContents() { in finalizeContents()359 void ConcatOutputSection::writeTo(uint8_t *buf) const { in writeTo()381 void ConcatOutputSection::finalizeFlags(InputSection *input) { in finalizeFlags()405 ConcatOutputSection *406 ConcatOutputSection::getOrCreateForInput(const InputSection *isec) { in getOrCreateForInput()408 ConcatOutputSection *&osec = concatOutputSections[names]; in getOrCreateForInput()415 osec = make<ConcatOutputSection>(names.second); in getOrCreateForInput()
78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection()
981 if (auto *merged = dyn_cast<ConcatOutputSection>(osec)) { in sortSegmentsAndSections()1020 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); in createOutputSections()1030 ConcatOutputSection *osec = it.second; in createOutputSections()1084 if (auto *concatOsec = dyn_cast<ConcatOutputSection>(osec)) in finalizeAddresses()
223 if (auto *concatOsec = dyn_cast<ConcatOutputSection>(osec)) { in writeMapFile()
63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); in addInputSection()
384 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
630 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols()646 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()
806 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setUp()869 objcSelref->parent = ConcatOutputSection::getOrCreateForInput(objcSelref); in makeSelRef()