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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  287       Data ? G->createContentBlock(GraphSec, StringRef(Data, Size), Address,
  467               ? G->createContentBlock(
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
   59       auto &B = G.createContentBlock(EHFrameSection, RecordContent, RecordAddr,
   73       auto &B = G.createContentBlock(EHFrameSection, RecordContent, RecordAddr,
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  407     auto &GOTEntryBlock = G.createContentBlock(
  430         G.createContentBlock(getStubsSection(), getStubBlockContent(), 0, 1, 0);
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  373     auto &GOTEntryBlock = G.createContentBlock(
  393         G.createContentBlock(getStubsSection(), getStubBlockContent(), 0, 1, 0);