Home
last modified time | relevance | path

Searched defs:addSection (Results 1 – 5 of 5) sorted by relevance

/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
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp303 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { addSection() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
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/lld/COFF/
H A DChunks.cpp1025 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3852 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
4004 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection