Searched defs:addSection (Results 1 – 7 of 7) sorted by relevance
60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
47 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() function
300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
476 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function1090 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
402 void Writer::addSection(OutputSection *sec) { in addSection() function in lld::wasm::Writer
991 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
3215 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection3367 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection