Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() function in llvm::SpecialCaseList
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h481 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } addSection() function
1099 template <class T, class... Ts> T &addSection(Ts &&...Args) { addSection() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DChunks.cpp1023 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { addSection() function in lld::coff::MergeChunk
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3240 void MergeSyntheticSection::addSection(MergeInputSection *ms) { addSection() function in MergeSyntheticSection
3392 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { addSection() function in ARMExidxSyntheticSection