Home
last modified time | relevance | path

Searched refs:createSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp541 static OutputSection *createSection(InputSectionBase *IS, in createSection() function
558 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()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp169 COFFSection *createSection(StringRef Name);
254 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter
296 COFFSection *Section = createSection(MCSec.getSectionName()); in defineSection()