Home
last modified time | relevance | path

Searched refs:SectionInfo (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp288 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
289 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()
290 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
292 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()
293 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID]; in registerEHFrames()
295 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
296 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()
DRuntimeDyldChecker.cpp790 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr() local
793 std::tie(SectionInfo, ErrorMsg) = in getSectionAddr()
799 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr()
814 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor() local
817 std::tie(SectionInfo, ErrorMsg) = in getStubAddrFor()
823 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor()
824 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets; in getStubAddrFor()
/external/clang/lib/Sema/
DSemaAttr.cpp369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags); in UnifySection()
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
/external/clang/include/clang/AST/
DASTContext.h2546 struct SectionInfo { struct
2550 SectionInfo() {} in SectionInfo() argument
2551 SectionInfo(DeclaratorDecl *Decl, in SectionInfo() argument
2559 llvm::StringMap<SectionInfo> SectionInfos;
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1442 struct SectionInfo struct in MachSymtabSectionInfo
1444 SectionInfo () : in SectionInfo() function
1454 std::vector<SectionInfo> m_section_infos;
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8752 struct SectionInfo { struct in __anonf249aa130611::SegInfo
8761 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
8762 SmallVector<SectionInfo, 32> Sections;
8772 SectionInfo Info; in SegInfo()
8791 for (const SectionInfo &SI : Sections) { in segmentName()
8800 for (const SectionInfo &SI : Sections) { in isValidSegIndexAndOffset()
8812 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection()
8814 for (const SectionInfo &SI : Sections) { in findSection()
8831 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2365 const ASTContext::SectionInfo &SI = Context.SectionInfos[SA->getName()]; in EmitGlobalVarDefinition()