Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() function in llvm::SpecialCaseList
148 if (auto Err = addSection("*", 1).moveInto(CurrentSection)) { in parse()
176 if (auto Err = addSection(Line.drop_front().drop_back(), LineNo, UseGlobs) in parse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1285 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1338 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1449 Seg.addSection(&Sec); in readProgramHeaders()
1686 return Obj.addSection<RelocationSection>(Obj); in makeSection()
1693 return Obj.addSection<Section>(*Data); in makeSection()
1697 return Obj.addSection<StringTableSection>(); in makeSection()
1703 return Obj.addSection<Section>(*Data); in makeSection()
1708 return Obj.addSection<GroupSection>(*Data); in makeSection()
1718 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1747 return Obj.addSection<Section>(*Data); in makeSection()
[all …]
H A DELFObjcopy.cpp528 return &Obj.addSection<CompressedSection>( in replaceAndRemoveSections()
538 return &Obj.addSection<DecompressedSection>(*CS); in replaceAndRemoveSections()
664 Obj.addSection<OwnedDataSection>(Name, Data); in handleArgs()
682 Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink, in handleArgs()
H A DELFObject.h481 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1099 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h142 Expected<Section *> addSection(StringRef SectionStr, unsigned LineNo,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp143 DSec.BuilderSec = &Seg->addSection(SecName, SegName); in startSynthesis()
202 NDSP.BuilderSec = &Seg->addSection(SecName, SegName); in startSynthesis()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
431 if (Error E = addSection(NewSection, Obj)) in handleArgs()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h945 void addSection(MergeInputSection *ms);
1098 bool addSection(InputSection *isec);
H A DOutputSections.cpp230 (*i)->addSection(ms); in finalizeInputSections()
H A DSyntheticSections.cpp3240 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
3368 part.armExidx->addSection(cast<InputSection>(s)); in combineEhSections()
3392 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h281 Section &addSection(StringRef SecName, StringRef SegName) {
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.h467 static void addSection(COFFLinkerContext &ctx, SectionChunk *c);
H A DChunks.cpp1023 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
H A DInputFiles.cpp268 MergeChunk::addSection(ctx, c); in readSection()