Searched refs:SectionInfo (Results 1 – 4 of 4) sorted by relevance
188 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local189 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()190 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()192 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()193 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()195 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()196 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
369 SectionInfo(Decl, SourceLocation(), SectionFlags); in UnifySection()406 SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
1442 struct SectionInfo struct in MachSymtabSectionInfo1444 SectionInfo () : in SectionInfo() argument1454 std::vector<SectionInfo> m_section_infos;
7147 struct SectionInfo { struct7151 SectionInfo() {} in SectionInfo() argument7152 SectionInfo(DeclaratorDecl *Decl, in SectionInfo() argument7160 llvm::StringMap<SectionInfo> SectionInfos;