Searched refs:createSection (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp816 auto createSection = [&](StringRef name, uint32_t outChars) { local
826 textSec = createSection(".text", code | r | x);
827 createSection(".bss", bss | r | w);
828 rdataSec = createSection(".rdata", data | r);
829 buildidSec = createSection(".buildid", data | r);
830 dataSec = createSection(".data", data | r | w);
831 pdataSec = createSection(".pdata", data | r);
832 idataSec = createSection(".idata", data | r);
833 edataSec = createSection(".edata", data | r);
834 didatSec = createSection("
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp44 CommonSection = &G->createSection(CommonSectionName, Prot);
174 auto &section = G->createSection(*Name, Prot);
H A DMachOLinkGraphBuilder.cpp101 CommonSection = &G->createSection(CommonSectionName, Prot);
184 NSec.GraphSection = &G->createSection(*Name, Prot);
H A DMachO_arm64.cpp447 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
455 StubsSection = &G.createSection("$__STUBS", StubsProt);
H A DMachO_x86_64.cpp418 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
426 StubsSection = &G.createSection("$__STUBS", StubsProt);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp587 static OutputSection *createSection(InputSectionBase *isec, function
605 return createSection(isec, outsecName);
623 out->relocationSection = createSection(isec, outsecName);
694 OutputSection *sec = createSection(isec, outsecName);
711 v.push_back(createSection(s, name));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp175 COFFSection *createSection(StringRef Name);
261 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { function in class:WinCOFFObjectWriter
303 COFFSection *Section = createSection(MCSec.getName());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h801 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { function in class:llvm::jitlink::LinkGraph

Completed in 97 milliseconds