Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-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( in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1297 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1349 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1450 Seg.addSection(&Sec); in readProgramHeaders()
1687 return Obj.addSection<RelocationSection>(); in makeSection()
1694 return Obj.addSection<Section>(*Data); in makeSection()
1698 return Obj.addSection<StringTableSection>(); in makeSection()
1704 return Obj.addSection<Section>(*Data); in makeSection()
1709 return Obj.addSection<GroupSection>(*Data); in makeSection()
1719 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1755 return Obj.addSection<Section>(*Data); in makeSection()
[all …]
H A DELFObjcopy.cpp486 return &Obj.addSection<CompressedSection>(std::move(*NewSection)); in replaceAndRemoveSections()
495 return &Obj.addSection<DecompressedSection>(*CS); in replaceAndRemoveSections()
679 Obj.addSection<OwnedDataSection>(SecName, Data); in handleArgs()
685 Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink, in handleArgs()
H A DObject.h475 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1082 template <class T, class... Ts> T &addSection(Ts &&... Args) { in addSection() function
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h65 void addSection(StringRef seg, StringRef sect, in addSection() function
H A DMachOLinkingContext.cpp817 _sectCreateFile->addSection(seg, sect, std::move(content)); in addSectCreateSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp279 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() function
366 if (Error E = addSection(SecName, File, Obj)) in handleArgs()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h80 void addSection(EhInputSection *sec);
930 void addSection(MergeInputSection *ms);
1083 bool addSection(InputSection *isec);
H A DOutputSections.cpp208 (*i)->addSection(ms); in finalizeInputSections()
H A DWriter.cpp216 part.ehFrame->addSection(es); in combineEhSections()
219 part.armExidx->addSection(cast<InputSection>(s))) { in combineEhSections()
H A DSyntheticSections.cpp440 void EhFrameSection::addSection(EhInputSection *sec) { in addSection() function in EhFrameSection
3265 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
3401 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.h418 static void addSection(SectionChunk *c);
H A DChunks.cpp948 void MergeChunk::addSection(SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
H A DInputFiles.cpp296 MergeChunk::addSection(c); in readSection()