Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h377 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
415 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
H A Dloongarch.h350 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
386 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Dx86_64.h617 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection()
655 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
H A Daarch64.h720 GOTSection = &G.createSection(getSectionName(), in getGOTSection()
756 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
H A Dppc64.h192 TOCSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getOrCreateTOCSection()
250 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()
H A DJITLink.h1095 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp986 textSec = createSection(".text", code | r | x); in createSections()
987 createSection(".bss", bss | r | w); in createSections()
988 rdataSec = createSection(".rdata", data | r); in createSections()
989 buildidSec = createSection(".buildid", data | r); in createSections()
990 dataSec = createSection(".data", data | r | w); in createSections()
991 pdataSec = createSection(".pdata", data | r); in createSections()
992 idataSec = createSection(".idata", data | r); in createSections()
993 edataSec = createSection(".edata", data | r); in createSections()
994 didatSec = createSection(".didat", data | r); in createSections()
995 rsrcSec = createSection(".rsrc", data | r); in createSections()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp719 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() function
735 return createSection(isec, outsecName); in addInputSec()
753 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()
824 OutputDesc *osd = createSection(isec, outsecName); in addInputSec()
840 v.push_back(createSection(s, name)); in addOrphanSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp460 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
528 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
H A DCOFFLinkGraphBuilder.cpp74 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
163 GraphSec = &G->createSection(SectionName, Prot); in graphifySections()
H A DELFLinkGraphBuilder.h40 CommonSection = &G->createSection( in getCommonSection()
366 GraphSec = &G->createSection(*Name, Prot); in graphifySections()
H A Daarch32.cpp715 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in createEntry()
861 StubsSection = &G.createSection(getSectionName(), in visitEdge()
905 StubsSection = &G.createSection(getSectionName(), in visitEdge()
H A DELF_x86_64.cpp71 &G.createSection(ELFTLSInfoSectionName, orc::MemProt::Read); in getTLSInfoSection()
H A DMachOLinkGraphBuilder.cpp117 CommonSection = &G->createSection(CommonSectionName, in getCommonSection()
191 NSec.GraphSection = &G->createSection( in createNormalizedSections()
H A DELF_riscv.cpp91 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection()
98 &G.createSection("$__STUBS", orc::MemProt::Read | orc::MemProt::Exec); in getStubsSection()
H A DELF_ppc64.cpp77 &G.createSection(ELFTLSInfoSectionName, orc::MemProt::Read); in getTLSInfoSection()
H A DJITLinkMemoryManager.cpp174 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp176 COFFSection *createSection(StringRef Name);
284 COFFSection *WinCOFFWriter::createSection(StringRef Name) { in createSection() function in WinCOFFWriter
327 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp154 G->createSection("__orc_rt_cplt_bs", MemProt::Read); in materialize()
1412 auto &Sec = G.createSection(ObjCRuntimeObjectSectionName, in createObjCRuntimeObject()
1598 CStringSec = &G.createSection(MachOCStringSectionName, in prepareSymbolTableRegistration()
1731 auto &HeaderSection = G.createSection("__header", MemProt::Read); in addMachOHeader()
H A DExecutionUtils.cpp573 G->createSection(getSectionName(), MemProt::Read | MemProt::Exec); in createStubsGraph()
H A DELFNixPlatform.cpp77 G->createSection(".data.__dso_handle", MemProt::Read); in materialize()
H A DCOFFPlatform.cpp72 auto &HeaderSection = G->createSection("__header", MemProt::Read); in materialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp228 auto &SDOSec = G.createSection(SynthDebugSectionName, MemProt::Read); in startSynthesis()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1918 InsertPointTy createSection(const LocationDescription &Loc,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2011 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder

12