Searched defs:SectionInfo (Results 1 – 6 of 6) sorted by relevance
145 struct SectionInfo { struct154 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
52 struct SectionInfo { struct57 StringRef segmentName;58 StringRef sectionName;59 SectionType type;60 uint32_t attributes;61 uint64_t address;62 uint64_t size;63 uint16_t alignment;69 bool relocsToDefinedCanBeImplicit;72 std::vector<AtomInfo> atomsAndOffsets;[all …]
192 struct SectionInfo { struct in TrivialMemoryManager193 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo() function195 std::string Name;196 sys::MemoryBlock MB;197 unsigned SectionID = ~0U;
3187 struct SectionInfo { struct3192 SectionInfo() = default; argument3193 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo() argument
83 __itt_section_info SectionInfo; in fillSectionInformation() local
321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local