HomeSort by: relevance | last modified time | path
    Searched refs:createSection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp 115 GOTSection = &G.createSection(ELFGOTSectionName, sys::Memory::MF_READ);
123 StubsSection = &G.createSection("$__STUBS", StubsProt);
256 CommonSection = &G->createSection(CommonSectionName, Prot);
406 auto &section = G->createSection(*Name, Prot);
414 auto &Section = G->createSection(*Name, Prot);
MachOLinkGraphBuilder.cpp 102 CommonSection = &G->createSection(CommonSectionName, Prot);
184 NSec.GraphSection = &G->createSection(
MachO_arm64.cpp 461 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
469 StubsSection = &G.createSection("$__STUBS", StubsProt);
MachO_x86_64.cpp 474 GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
482 StubsSection = &G.createSection("$__STUBS", StubsProt);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 175 COFFSection *createSection(StringRef Name);
261 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) {
303 COFFSection *Section = createSection(MCSec.getName());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 724 InsertPointTy createSection(const LocationDescription &Loc,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 883 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) {
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 911 // -> OMP.createSection() which generates the IR for each section
978 OpenMPIRBuilder::createSection(const LocationDescription &Loc,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 3889 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB));

Completed in 33 milliseconds