/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 976 auto createSection = [&](StringRef name, uint32_t outChars) { in createSections() local 986 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 377 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection() 415 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
|
H A D | loongarch.h | 350 GOTSection = &G.createSection(getSectionName(), in getGOTSection() 386 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
|
H A D | x86_64.h | 639 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection() 677 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
|
H A D | ppc64.h | 192 TOCSection = &G.createSection(getSectionName(), orc::MemProt::Read); 250 PLTSection = &G.createSection(getSectionName(), in applyFixup()
|
H A D | aarch64.h | 730 GOTSection = &G.createSection(getSectionName(), in getGOTSection() 766 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
|
H A D | aarch32.h |
|
H A D | JITLink.h | 1106 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SectCreate.cpp | 24 auto &Sect = G->createSection(SectName, MP); in materialize()
|
H A D | MachOPlatform.cpp | 154 G->createSection("__orc_rt_cplt_bs", MemProt::Read); in materialize() 1458 auto &Sec = G.createSection(ObjCRuntimeObjectSectionName, in createObjCRuntimeObject() 1644 CStringSec = &G.createSection(MachOCStringSectionName, in prepareSymbolTableRegistration() 1780 auto &HeaderSection = G.createSection("__header", MemProt::Read); in addMachOHeader()
|
H A D | DebuggerSupportPlugin.cpp |
|
H A D | ExecutionUtils.cpp | 585 G->createSection(getSectionName(), MemProt::Read | MemProt::Exec); in createStubsGraph()
|
H A D | ELFNixPlatform.cpp | 77 G->createSection(".data.__dso_handle", MemProt::Read);
|
H A D | COFFPlatform.cpp | 72 auto &HeaderSection = G->createSection("__header", MemProt::Read); in materialize()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch64.cpp | 474 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection() 542 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
|
H A D | COFFLinkGraphBuilder.cpp | 74 CommonSection = &G->createSection(CommonSectionName, in getCommonSection() 163 GraphSec = &G->createSection(SectionName, Prot); in graphifySections()
|
H A D | ELFLinkGraphBuilder.h | 40 CommonSection = &G->createSection( in getCommonSection() 366 GraphSec = &G->createSection(*Name, Prot); in graphifySections()
|
H A D | ELF_x86_64.cpp | 71 &G.createSection(ELFTLSInfoSectionName, orc::MemProt::Read); in getTLSInfoSection()
|
H A D | MachOLinkGraphBuilder.cpp | 117 CommonSection = &G->createSection(CommonSectionName, in getCommonSection() 191 NSec.GraphSection = &G->createSection( in createNormalizedSections()
|
H A D | ELF_riscv.cpp | 91 GOTSection = &G.createSection("$__GOT", orc::MemProt::Read); in getGOTSection() 98 &G.createSection("$__STUBS", orc::MemProt::Read | orc::MemProt::Exec); in getStubsSection()
|
H A D | JITLinkMemoryManager.cpp | 174 auto &Sec = G->createSection(AGSectionName, AG.getMemProt()); in Create()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 767 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() function 783 return createSection(isec, outsecName); in addInputSec() 800 OutputDesc *osd = createSection(isec, outsecName); in addInputSec() 871 OutputDesc *osd = createSection(isec, outsecName); in addInputSec() 887 v.push_back(createSection(s, name)); in addOrphanSections()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 171 COFFSection *createSection(StringRef Name); 253 COFFSection *WinCOFFWriter::createSection(StringRef Name) { in createSection() function in WinCOFFWriter 296 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2518 InsertPointTy createSection(const LocationDescription &Loc,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2153 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder
|