Searched defs:SectionInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp188 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; local
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/
H A DObjectFileMachO.cpp1442 struct SectionInfo struct in class:MachSymtabSectionInfo
1444 SectionInfo () : function in struct:MachSymtabSectionInfo::SectionInfo
1454 std::vector<SectionInfo> m_section_infos;
/external/clang/include/clang/Sema/
H A DSema.h7147 struct SectionInfo { struct in class:clang::Sema
7151 SectionInfo() {} function in struct:clang::Sema::SectionInfo
7152 SectionInfo(DeclaratorDecl *Decl, function in struct:clang::Sema::SectionInfo
7160 llvm::StringMap<SectionInfo> SectionInfos;

Completed in 1239 milliseconds