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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  322     if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
  323         SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
  325     SectionEntry *Text = &Sections[SectionInfo.TextSID];
  326     SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
  328     if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
  329       ExceptTab = &Sections[SectionInfo.ExceptTabSID];