Searched defs:addSection (Results 1 – 5 of 5) sorted by relevance
60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
416 void ELFSourceFile::ELFDataSource::addSection(unsigned sectionIndex) in addSection() function in ELFSourceFile::ELFDataSource
42 void EncoreBootImage::addSection(Section * newSection) in addSection() function in EncoreBootImage
277 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() function
475 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function1082 template <class T, class... Ts> T &addSection(Ts &&... Args) { in addSection() function