Searched defs:SectionInfo (Results 1 – 6 of 6) sorted by relevance
146 struct SectionInfo { struct155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); argument
191 struct SectionInfo { struct in TrivialMemoryManager192 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) in SectionInfo() argument194 std::string Name;195 sys::MemoryBlock MB;196 unsigned SectionID = ~0U;
3435 struct SectionInfo { struct3440 SectionInfo() = default; argument3441 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo() argument
84 __itt_section_info SectionInfo; in fillSectionInformation() local
321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames() local
2818 struct SectionInfo { struct2824 SectionInfo in SectionInfo() function2829 std::string name;2830 std::string description; // !Deprecated: this will always be empty2831 SourceLineInfo lineInfo;12964 SectionInfo::SectionInfo in SectionInfo() function in Catch::SectionInfo