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

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  165     NSec.GraphSection = &G->createSection(*Name, Prot);
  192           "Address range for section " + Cur.GraphSection->getName() +
  364     if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) {
  366         dbgs() << "  Skipping section " << NSec.GraphSection->getName()
  372         dbgs() << "  Processing section " << NSec.GraphSection->getName()
  391         addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data,
  418           "First symbol in " + NSec.GraphSection->getName() + " is alt-entry");
  430       addSectionStartSymAndBlock(*NSec.GraphSection, NSec.Address, NSec.Data,
  460                << NSec.GraphSection->getName() << " + "
  468                     *NSec.GraphSection,
  471               : G->createZeroFillBlock(*NSec.GraphSection, BlockSize,
  525     auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName());
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
   39                      *EHFrameSection.GraphSection, 8, 4, NegDelta32, Delta64)
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
   38                      *EHFrameSection.GraphSection, 8, 4, NegDelta32, Delta64)