| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | MachO.h | 45 return G.createSection(orc::MachODataDataSectionName, in getMachODefaultRWDataSection() 55 return G.createSection(orc::MachOTextTextSectionName, in getMachODefaultTextSection()
|
| H A D | x86.h | 356 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection() 394 PLTSection = &G.createSection(getSectionName(), in getStubsSection()
|
| H A D | x86_64.h | 726 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getGOTSection() 769 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
|
| H A D | loongarch.h | 656 GOTSection = &G.createSection(getSectionName(), in getGOTSection() 693 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
|
| H A D | ppc64.h | 193 TOCSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getOrCreateTOCSection() 251 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()
|
| H A D | aarch64.h | 852 GOTSection = &G.createSection(getSectionName(), in getGOTSection() 893 StubsSection = &G.createSection(getSectionName(), in getStubsSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITLinkRedirectableSymbolManager.cpp | 32 G->createSection(StubPtrSectionName, MemProt::Write | MemProt::Read); in emitRedirectableSymbols() 34 G->createSection(JumpStubSectionName, MemProt::Exec | MemProt::Read); in emitRedirectableSymbols()
|
| H A D | SectCreate.cpp | 25 auto &Sect = G->createSection(SectName, MP); in materialize()
|
| H A D | JITLinkReentryTrampolines.cpp | 137 G->createSection(ReentrySectionName, MemProt::Exec | MemProt::Read); in emit()
|
| H A D | MachOPlatform.cpp | 139 G->createSection("__orc_rt_cplt_bs", MemProt::Read); in materialize() 1481 auto &Sec = G.createSection(ObjCRuntimeObjectSectionName, in createObjCRuntimeObject() 1661 CStringSec = &G.createSection(MachOCStringSectionName, in prepareSymbolTableRegistration() 1810 auto &HeaderSection = G.createSection("__header", MemProt::Read); in addMachOHeader()
|
| H A D | ELFNixPlatform.cpp | 77 G->createSection("__orc_rt_cplt_bs", MemProt::Read); in materialize() 165 G->createSection(".data.__dso_handle", MemProt::Read); in materialize()
|
| H A D | DebuggerSupportPlugin.cpp | |
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 1068 auto createSection = [&](StringRef name, uint32_t outChars) { in createSections() local 1078 textSec = createSection(".text", code | r | x); in createSections() 1080 hexpthkSec = createSection(".hexpthk", code | r | x); in createSections() 1081 bssSec = createSection(".bss", bss | r | w); in createSections() 1082 rdataSec = createSection(".rdata", data | r); in createSections() 1083 buildidSec = createSection(".buildid", data | r); in createSections() 1084 dataSec = createSection(".data", data | r | w); in createSections() 1085 pdataSec = createSection(".pdata", data | r); in createSections() 1086 idataSec = createSection(".idata", data | r); in createSections() 1087 edataSec = createSection(".edata", data | r); in createSections() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.cpp | 154 UndefSection = &G->createSection("*UND*", orc::MemProt::None); in processSections() 179 jitlink::Section *GraphSec = &G->createSection(*SectionName, Prot); in processSections()
|
| H A D | MachO.cpp | 129 Sec = &G.createSection(LocalHeaderSectionName, orc::MemProt::Read); in getOrCreateLocalMachOHeader()
|
| H A D | ELF_aarch64.cpp | 564 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection() 632 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSDescSection()
|
| H A D | COFFLinkGraphBuilder.cpp | 68 CommonSection = &G->createSection(CommonSectionName, in getCommonSection() 157 GraphSec = &G->createSection(SectionName, Prot); in graphifySections()
|
| H A D | ELFLinkGraphBuilder.h | 40 CommonSection = &G->createSection( in getCommonSection() 367 GraphSec = &G->createSection(*Name, Prot); in graphifySections()
|
| H A D | aarch32.cpp | 713 GOTSection = &G.createSection(getSectionName(), orc::MemProt::Read); in createEntry() 859 StubsSection = &G.createSection(getSectionName(), in visitEdge() 903 StubsSection = &G.createSection(getSectionName(), in visitEdge()
|
| H A D | aarch64.cpp | 271 G.createSection(getPointerSigningFunctionSectionName(), in createEmptyPointerSigningFunction()
|
| H A D | MachOLinkGraphBuilder.cpp | 109 CommonSection = &G->createSection(CommonSectionName, in getCommonSection() 183 NSec.GraphSection = &G->createSection( in createNormalizedSections()
|
| H A D | ELF_x86_64.cpp | 71 &G.createSection(ELFTLSInfoSectionName, orc::MemProt::Read); in getTLSInfoSection()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 890 static OutputDesc *createSection(Ctx &ctx, InputSectionBase *isec, in createSection() function 908 return createSection(ctx, isec, outsecName); in addInputSec() 925 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec() 996 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec() 1012 v.push_back(createSection(ctx, s, name)); in addOrphanSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 172 COFFSection *createSection(StringRef Name); 254 COFFSection *WinCOFFWriter::createSection(StringRef Name) { in createSection() function in WinCOFFWriter 296 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 234 auto &SDOSec = G.createSection(SynthDebugSectionName, MemProt::Read); in startSynthesis()
|