HomeSort by relevance Sort by last modified time
    Searched defs:SectionInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 188 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i];
189 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
190 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
192 SectionEntry *Text = &Sections[SectionInfo.TextSID];
193 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
195 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
196 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 120 milliseconds