Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1285 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1293 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1317 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1370 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1481 Seg.addSection(&Sec); in readProgramHeaders()
1714 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1718 return Obj.addSection<RelocationSection>(Obj); in makeSection()
1725 return Obj.addSection<Section>(*Data); in makeSection()
1729 return Obj.addSection<StringTableSection>(); in makeSection()
1735 return Obj.addSection<Section>(*Data); in makeSection()
[all …]
H A DELFObjcopy.cpp248 &Sec, [=] { return &addSection<DecompressedSection>(*CS); }); in compressOrDecompressSections()
251 return &addSection<CompressedSection>( in compressOrDecompressSections()
760 Obj.addSection<OwnedDataSection>(Name, Data); in handleArgs()
781 Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink, in handleArgs()
H A DELFObject.h597 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1224 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp61 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
91 addSection(Obj, ".gnu_debuglink", *Contents, in addGnuDebugLink()
271 addSection(Obj, NewSection.SectionName, in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
431 if (Error E = addSection(NewSection, Obj)) in handleArgs()
303 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { addSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1083 void addSection(MergeInputSection *ms);
1236 bool addSection(InputSection *isec);
H A DOutputSections.cpp246 (*i)->addSection(ms); in finalizeInputSections()
H A DSyntheticSections.cpp3852 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
3980 part.armExidx->addSection(cast<InputSection>(s)); in combineEhSections()
4004 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h281 Section &addSection(StringRef SecName, StringRef SegName) {
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h492 static void addSection(COFFLinkerContext &ctx, SectionChunk *c);
H A DChunks.cpp1025 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
H A DInputFiles.cpp307 MergeChunk::addSection(ctx, c); in readSection()