| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 852 textSec = createSection(".text", code | r | x); in createSections() 853 createSection(".bss", bss | r | w); in createSections() 854 rdataSec = createSection(".rdata", data | r); in createSections() 855 buildidSec = createSection(".buildid", data | r); in createSections() 856 dataSec = createSection(".data", data | r | w); in createSections() 857 pdataSec = createSection(".pdata", data | r); in createSections() 858 idataSec = createSection(".idata", data | r); in createSections() 859 edataSec = createSection(".edata", data | r); in createSections() 860 didatSec = createSection(".didat", data | r); in createSections() 861 rsrcSec = createSection(".rsrc", data | r); in createSections() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 42 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection() 281 auto &GraphSec = G->createSection(*Name, Prot); in graphifySections()
|
| H A D | ELF_x86_64.cpp | 116 GOTSection = &G.createSection(ELFGOTSectionName, sys::Memory::MF_READ); in getGOTSection() 124 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
|
| H A D | MachO_x86_64.cpp | 479 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection() 487 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
|
| H A D | MachO_arm64.cpp | 460 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection() 468 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
|
| H A D | MachOLinkGraphBuilder.cpp | 113 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection() 190 NSec.GraphSection = &G->createSection( in createNormalizedSections()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 663 static OutputSection *createSection(InputSectionBase *isec, in createSection() function 681 return createSection(isec, outsecName); in addInputSec() 699 out->relocationSection = createSection(isec, outsecName); in addInputSec() 770 OutputSection *sec = createSection(isec, outsecName); in addInputSec() 787 v.push_back(createSection(s, name)); in addOrphanSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 175 COFFSection *createSection(StringRef Name); 261 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter 303 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 751 InsertPointTy createSection(const LocationDescription &Loc,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 55 auto &HeaderSection = G->createSection("__header", sys::Memory::MF_READ); in materialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 965 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 991 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3915 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB)); in EmitOMPSectionDirective()
|