| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-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( in handleArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 1297 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 D | ELFObjcopy.cpp | 486 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 D | Object.h | 475 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 D | SectCreateFile.h | 65 void addSection(StringRef seg, StringRef sect, in addSection() function
|
| H A D | MachOLinkingContext.cpp | 817 _sectCreateFile->addSection(seg, sect, std::move(content)); in addSectCreateSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOObjcopy.cpp | 279 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 D | SyntheticSections.h | 80 void addSection(EhInputSection *sec); 930 void addSection(MergeInputSection *ms); 1083 bool addSection(InputSection *isec);
|
| H A D | OutputSections.cpp | 208 (*i)->addSection(ms); in finalizeInputSections()
|
| H A D | Writer.cpp | 216 part.ehFrame->addSection(es); in combineEhSections() 219 part.armExidx->addSection(cast<InputSection>(s))) { in combineEhSections()
|
| H A D | SyntheticSections.cpp | 440 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 D | Chunks.h | 418 static void addSection(SectionChunk *c);
|
| H A D | Chunks.cpp | 948 void MergeChunk::addSection(SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
|
| H A D | InputFiles.cpp | 296 MergeChunk::addSection(c); in readSection()
|