Searched defs:createSection (Results 1 – 4 of 4) sorted by relevance
253 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter
562 static OutputSection *createSection(InputSectionBase *isec, in createSection() function
801 auto createSection = [&](StringRef name, uint32_t outChars) { in createSections() local
796 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function