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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  230   unsigned EHFrameSID = RTDYLD_INVALID_SECTION_ID;
  231   unsigned TextSID = RTDYLD_INVALID_SECTION_ID;
  232   unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID;
  322     if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
  323         SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
  328     if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
   35         : EHFrameSID(RTDYLD_INVALID_SECTION_ID),
   36           TextSID(RTDYLD_INVALID_SECTION_ID),
   37           ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {}