Home
last modified time | relevance | path

Searched refs:addSection (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp167 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 DCOFFObjcopy.cpp60 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 DELFObject.cpp1249 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 DELFObjcopy.cpp512 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 DELFObject.h476 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 DMachOObjcopy.cpp300 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 DSyntheticSections.h76 void addSection(EhInputSection *sec);
921 void addSection(MergeInputSection *ms);
1074 bool addSection(InputSection *isec);
H A DOutputSections.cpp222 (*i)->addSection(ms); in finalizeInputSections()
H A DWriter.cpp154 part.ehFrame->addSection(es); in combineEhSections()
157 part.armExidx->addSection(cast<InputSection>(s))) { in combineEhSections()
H A DSyntheticSections.cpp444 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 DChunks.h417 static void addSection(COFFLinkerContext &ctx, SectionChunk *c);
H A DChunks.cpp948 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
H A DInputFiles.cpp267 MergeChunk::addSection(ctx, c); in readSection()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4220 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()