Searched refs:ConcatOutputSection (Results 1 – 10 of 10) sorted by relevance
27 class ConcatOutputSection : public OutputSection {29 explicit ConcatOutputSection(StringRef name) in ConcatOutputSection() function53 static ConcatOutputSection *getOrCreateForInput(const InputSection *);68 class TextOutputSection : public ConcatOutputSection {70 explicit TextOutputSection(StringRef name) : ConcatOutputSection(name) {} in TextOutputSection()108 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()
13 ConcatOutputSection.cpp
68 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection()
910 if (auto *merged = dyn_cast<ConcatOutputSection>(osec)) { in sortSegmentsAndSections()951 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); in createOutputSections()961 ConcatOutputSection *osec = it.second; in createOutputSections()1009 if (auto concatOsec = dyn_cast<ConcatOutputSection>(osec)) in finalizeAddresses()
547 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols()563 osec = ConcatOutputSection::getOrCreateForInput(isec); in replaceCommonSymbols()1090 ConcatOutputSection *osec = nullptr; in gatherInputSections()1097 osec = ConcatOutputSection::getOrCreateForInput(isec); in gatherInputSections()
301 osec = isec->parent = ConcatOutputSection::getOrCreateForInput(isec); in handleSectionBoundarySymbol()
705 ConcatOutputSection::getOrCreateForInput(in.imageLoaderCache); in setup()
30 "ConcatOutputSection.cpp",
3522 lld/MachO/ConcatOutputSection.cpp3523 lld/MachO/ConcatOutputSection.h