Searched refs:getSections (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DOutputSegment.h42 const std::vector<OutputSection *> &getSections() const { return sections; } function in class:lld::macho::OutputSegment
H A DWriter.cpp128 if (seg->getSections().empty())
136 for (OutputSection *osec : seg->getSections()) {
385 for (auto *osec : seg->getSections()) {
456 for (auto *osec : seg->getSections()) {
483 for (OutputSection *osec : seg->getSections())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp119 for (const auto &S : Obj.getSections())
191 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size();
194 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size();
209 if (!Obj.getSections().empty()) {
210 const Section &S = Obj.getSections().back();
272 BigObjHeader.NumberOfSections = Obj.getSections().size();
297 for (const auto &S : Obj.getSections()) {
304 for (const auto &S : Obj.getSections()) {
387 for (const auto &S : Obj.getSections()) {
405 for (const auto &S : Obj.getSections()) {
[all...]
H A DCOFFObjcopy.cpp36 if (Obj.getSections().empty())
38 const Section &Last = Obj.getSections().back();
H A DObject.h125 ArrayRef<Section> getSections() const { return Sections; } function in struct:llvm::objcopy::coff::Object
H A DReader.cpp87 ArrayRef<Section> Sections = Obj.getSections();
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp32 assert(objSections.size() == obj->getSections().size());
33 for (auto it : llvm::enumerate(obj->getSections())) {
H A DInputFiles.h80 ArrayRef<InputSectionBase *> getSections() const { function in class:lld::elf::InputFile
H A DInputSection.cpp280 return cast<InputSection>(file->getSections()[link]);
394 ArrayRef<InputSectionBase *> sections = file->getSections();
402 ArrayRef<InputSectionBase *> sections = file->getSections();
H A DRelocations.cpp675 file->getSections()[sym.discardedSecIdx] != &InputSection::discarded)
746 file->getSections()[sym.discardedSecIdx] == &InputSection::discarded)
H A DDriver.cpp2038 for (InputSectionBase *s : f->getSections())
2042 for (InputSectionBase *s : f->getSections())
H A DInputFiles.cpp303 ArrayRef<InputSectionBase *> sections = s->file->getSections();
H A DWriter.cpp681 for (InputSectionBase *s : f->getSections()) {
H A DSyntheticSections.cpp2680 ArrayRef<InputSectionBase *> sections = sec->file->getSections();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp326 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
436 Header.e_shnum = Doc.getSections().size();
462 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
627 SHeaders.resize(Doc.getSections().size());
1749 for (const ELFYAML::Section *S : Doc.getSections()) {
1751 if (S == Doc.getSections().front())
1774 std::vector<ELFYAML::Section *> Sections = Doc.getSections();
1831 for (const ELFYAML::Chunk *Sec : Doc.getSections()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h543 std::vector<Section *> getSections() { function in struct:llvm::ELFYAML::Object

Completed in 218 milliseconds