reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
   94     CommonSection = &G->createSection(CommonSectionName, Prot);
  165     NSec.GraphSection = &G->createSection(*Name, Prot);
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  446       GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
  454       StubsSection = &G.createSection("$__STUBS", StubsProt);
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  409       GOTSection = &G.createSection("$__GOT", sys::Memory::MF_READ);
  417       StubsSection = &G.createSection("$__STUBS", StubsProt);