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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp316 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; local
317 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
318 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
320 SectionEntry *Text = &Sections[SectionInfo.TextSID];
321 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
324 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
H A DRuntimeDyldChecker.cpp792 const SectionAddressInfo *SectionInfo = nullptr; local
795 std::tie(SectionInfo, ErrorMsg) =
801 unsigned SectionID = SectionInfo->SectionID;
816 const SectionAddressInfo *SectionInfo = nullptr; local
819 std::tie(SectionInfo, ErrorMsg) =
825 unsigned SectionID = SectionInfo->SectionID;
826 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets;
/external/clang/include/clang/AST/
H A DASTContext.h2588 struct SectionInfo { struct in class:clang::ASTContext::DynTypedNodeList
2592 SectionInfo() {} function in struct:clang::ASTContext::DynTypedNodeList::SectionInfo
2593 SectionInfo(DeclaratorDecl *Decl, function in struct:clang::ASTContext::DynTypedNodeList::SectionInfo
2601 llvm::StringMap<SectionInfo> SectionInfos;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9126 struct SectionInfo { struct in class:__anon13518::SegInfo
9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
9136 SmallVector<SectionInfo, 32> Sections;
9146 SectionInfo Info;
9165 for (const SectionInfo &SI : Sections) {
9174 for (const SectionInfo &SI : Sections) {
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex,
9188 for (const SectionInfo &SI : Sections) {
9205 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);

Completed in 127 milliseconds