Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp115 GOTSection = &G.createSection(ELFGOTSectionName, sys::Memory::MF_READ); in getGOTSection()
123 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
256 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
406 auto &section = G->createSection(*Name, Prot); in createNormalizedSections()
414 auto &Section = G->createSection(*Name, Prot); in createNormalizedSections()
H A DMachOLinkGraphBuilder.cpp102 CommonSection = &G->createSection(CommonSectionName, Prot); in getCommonSection()
184 NSec.GraphSection = &G->createSection( in createNormalizedSections()
H A DMachO_x86_64.cpp474 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
482 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
H A DMachO_arm64.cpp461 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ); in getGOTSection()
469 StubsSection = &G.createSection("$__STUBS", StubsProt); in getStubsSection()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp175 COFFSection *createSection(StringRef Name);
261 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter
303 COFFSection *Section = createSection(MCSec.getName()); in defineSection()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h724 InsertPointTy createSection(const LocationDescription &Loc,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h883 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp978 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst353 * ``createSection`` creates a section with a given name and protection flags.
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3889 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB)); in EmitOMPSectionDirective()