Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp713 TextSec = CreateSection(".text", CODE | R | X); in createSections()
714 CreateSection(".bss", BSS | R | W); in createSections()
715 RdataSec = CreateSection(".rdata", DATA | R); in createSections()
716 BuildidSec = CreateSection(".buildid", DATA | R); in createSections()
717 DataSec = CreateSection(".data", DATA | R | W); in createSections()
718 PdataSec = CreateSection(".pdata", DATA | R); in createSections()
719 IdataSec = CreateSection(".idata", DATA | R); in createSections()
720 EdataSec = CreateSection(".edata", DATA | R); in createSections()
721 DidatSec = CreateSection(".didat", DATA | R); in createSections()
722 RsrcSec = CreateSection(".rsrc", DATA | R); in createSections()
[all …]