Searched refs:sectionBases (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h207 SmallVector<InputSectionBase *, 0> sectionBases; member in class:lld::elf::InputSectionDescription
H A DOutputSections.cpp108 isd->sectionBases.push_back(isec);
178 // This function scans over the InputSectionBase list sectionBases to create
191 isd->sections.reserve(isd->sectionBases.size());
192 for (InputSectionBase *s : isd->sectionBases) {
229 // sectionBases should not be used from this point onwards. Clear it to
231 isd->sectionBases.clear();
H A DLinkerScript.cpp593 isd->sectionBases = computeInputSections(isd, ctx.inputSections);
594 for (InputSectionBase *s : isd->sectionBases)
596 ret.insert(ret.end(), isd->sectionBases.begin(), isd->sectionBases.end());
805 cast<InputSectionDescription>(sec->commands[0])->sectionBases[0]);

Completed in 181 milliseconds