Searched refs:createSection (Results 1 – 2 of 2) sorted by relevance
541 static OutputSection *createSection(InputSectionBase *IS, in createSection() function558 return createSection(IS, OutsecName); in addInputSec()576 Out->RelocationSection = createSection(IS, OutsecName); in addInputSec()584 return createSection(IS, OutsecName); in addInputSec()634 Sec = createSection(IS, OutsecName); in addInputSec()
169 COFFSection *createSection(StringRef Name);254 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter296 COFFSection *Section = createSection(MCSec.getSectionName()); in defineSection()