| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Writer.cpp | 167 addSection(sec); in createCustomSections() 408 addSection(out.dylinkSec); in addSections() 409 addSection(out.typeSec); in addSections() 410 addSection(out.importSec); in addSections() 412 addSection(out.tableSec); in addSections() 413 addSection(out.memorySec); in addSections() 414 addSection(out.tagSec); in addSections() 415 addSection(out.globalSec); in addSections() 417 addSection(out.startSec); in addSections() 418 addSection(out.elemSec); in addSections() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function 90 addSection(Obj, ".gnu_debuglink", *Contents, in addGnuDebugLink() 241 addSection(Obj, NewSection.SectionName, in handleArgs()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1249 auto &DataSection = Obj->addSection<Section>(Data); in addData() 1413 Seg.addSection(&Sec); in readProgramHeaders() 1650 return Obj.addSection<RelocationSection>(Obj); in makeSection() 1657 return Obj.addSection<Section>(*Data); in makeSection() 1661 return Obj.addSection<StringTableSection>(); in makeSection() 1667 return Obj.addSection<Section>(*Data); in makeSection() 1672 return Obj.addSection<GroupSection>(*Data); in makeSection() 1682 return Obj.addSection<DynamicSection>(*Data); in makeSection() 1707 return Obj.addSection<Section>(*Data); in makeSection() 1709 return Obj.addSection<CompressedSection>( in makeSection() [all …]
|
| H A D | ELFObjcopy.cpp | 512 return &Obj.addSection<CompressedSection>( in replaceAndRemoveSections() 522 return &Obj.addSection<DecompressedSection>(*CS); in replaceAndRemoveSections() 648 Obj.addSection<OwnedDataSection>(Name, Data); in handleArgs() 666 Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink, in handleArgs()
|
| H A D | ELFObject.h | 476 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function 1086 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function 420 if (Error E = addSection(NewSection, Obj)) in handleArgs()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.h | 76 void addSection(EhInputSection *sec); 921 void addSection(MergeInputSection *ms); 1074 bool addSection(InputSection *isec);
|
| H A D | OutputSections.cpp | 222 (*i)->addSection(ms); in finalizeInputSections()
|
| H A D | Writer.cpp | 154 part.ehFrame->addSection(es); in combineEhSections() 157 part.armExidx->addSection(cast<InputSection>(s))) { in combineEhSections()
|
| H A D | SyntheticSections.cpp | 444 void EhFrameSection::addSection(EhInputSection *sec) { in addSection() function in EhFrameSection 3257 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection 3388 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Chunks.h | 417 static void addSection(COFFLinkerContext &ctx, SectionChunk *c);
|
| H A D | Chunks.cpp | 948 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
|
| H A D | InputFiles.cpp | 267 MergeChunk::addSection(ctx, c); in readSection()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 4220 auto addSection = [&](const std::string &Name, const ELFShdrTy &Section) { in getOutputSections() local 4237 addSection(getOutputSectionName(Obj, Section), Section); in getOutputSections() 4265 addSection(std::string(Section.getName()), NewSection); in getOutputSections() 4326 addSection(std::string(SectionName), NewSection); in getOutputSections() 4351 addSection(std::string(Section.getName()), NewSection); in getOutputSections()
|