| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFWriter.cpp | 122 for (const auto &S : Obj.getSections()) in finalizeStringTable() 199 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize() 202 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize() 217 if (!Obj.getSections().empty()) { in finalize() 218 const Section &S = Obj.getSections().back(); in finalize() 284 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders() 309 for (const auto &S : Obj.getSections()) { in writeHeaders() 316 for (const auto &S : Obj.getSections()) { in writeSections() 407 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress() 425 for (const auto &S : Obj.getSections()) { in patchDebugDirectory() [all …]
|
| H A D | COFFObjcopy.cpp | 36 if (Obj.getSections().empty()) in getNextRVA() 38 const Section &Last = Obj.getSections().back(); in getNextRVA() 135 for (const coff::Section &Section : O.getSections()) { in dumpSection()
|
| H A D | COFFObject.h | 125 ArrayRef<Section> getSections() const { return Sections; } in getSections() function
|
| H A D | COFFReader.cpp | 87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 31 assert(objSections.size() == obj->getSections().size()); in LLDDwarfObj() 32 for (auto [i, sec] : llvm::enumerate(obj->getSections())) { in LLDDwarfObj()
|
| H A D | InputFiles.h | 83 ArrayRef<InputSectionBase *> getSections() const { in getSections() function
|
| H A D | InputSection.cpp | 242 return cast<InputSection>(file->getSections()[link]); in getLinkOrderDep() 339 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup() 351 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection()
|
| H A D | OutputSections.cpp | 572 ArrayRef<InputSectionBase *> sections = section->file->getSections(); in finalizeShtGroup()
|
| H A D | Relocations.cpp | 603 file->getSections()[sym.discardedSecIdx] == &InputSection::discarded) in getAlternativeSpelling() 1591 for (InputSectionBase *s : f->getSections()) { in scanRelocations()
|
| H A D | Writer.cpp | 256 for (auto [i, sec] : llvm::enumerate(sym.file->getSections())) in demoteDefined() 695 for (InputSectionBase *s : f->getSections()) { in markUsedLocalSymbols()
|
| H A D | Driver.cpp | 2905 for (InputSectionBase *s : f->getSections()) { in link() 2915 for (InputSectionBase *s : f->getSections()) in link()
|
| H A D | InputFiles.cpp | 482 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo()
|
| H A D | SyntheticSections.cpp | 2741 ArrayRef<InputSectionBase *> sections = sec->file->getSections(); in readAddressAreas() 3338 for (InputSectionBase *sec : file->getSections()) { in splitSections()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | OutputSegment.h | 47 const std::vector<OutputSection *> &getSections() const { return sections; } in getSections() function
|
| H A D | MapFile.cpp | 192 for (OutputSection *osec : seg->getSections()) { in writeMapFile() 203 for (const OutputSection *osec : seg->getSections()) { in writeMapFile()
|
| H A D | Relocations.cpp | 70 const std::vector<OutputSection *> §ions = seg->getSections(); in offsetToInputSection()
|
| H A D | Writer.cpp | 251 for (const OutputSection *osec : seg->getSections()) { in writeTo() 949 for (const OutputSection *osec : seg->getSections()) in sortSegmentsAndSections() 953 for (OutputSection *osec : seg->getSections()) { in sortSegmentsAndSections() 1064 for (OutputSection *osec : seg->getSections()) { in finalizeAddresses() 1128 for (OutputSection *osec : seg->getSections()) { in assignAddresses() 1159 append_range(osecs, seg->getSections()); in writeSections()
|
| H A D | SyntheticSections.cpp | 149 for (const OutputSection *osec : seg->getSections()) { in writeTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 354 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState() 521 Header.e_shnum = SectionHeaders.getNumHeaders(Doc.getSections().size()); in writeELFHeader() 544 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in initProgramHeaders() 763 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders() 793 bool IsFirstUndefSection = Sec == Doc.getSections().front(); in initSectionHeaders() 1865 for (const ELFYAML::Section *S : Doc.getSections()) { in buildSectionHeaderReorderMap() 1867 if (S == Doc.getSections().front()) in buildSectionHeaderReorderMap() 1890 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in buildSectionIndex() 1945 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | LoongArch.cpp | 217 for (const auto *sec : f->getSections()) in inputFileHasCode()
|
| H A D | AArch64.cpp | 1039 for (InputSectionBase *section : file->getSections()) { in createTaggedSymbols()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 726 std::vector<Section *> getSections() { in getSections() function
|