Searched defs:SegmentInfo (Results 1 – 6 of 6) sorted by relevance
310 struct SegmentInfo { struct333 /// Returns the SegmentInfo for the given group. argument
753 struct SegmentInfo { global() struct 754 SegmentInfoSegmentInfo SegmentInfo() argument 763 pageStartsSegmentInfo global() argument
196 llvm::SmallVector<SegmentEntry, 2> SegmentInfo; global() variable
146 struct SegmentInfo { struct147 uint32_t Index;148 StringRef Name;149 uint32_t Alignment;150 SegmentFlags Flags;
234 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
356 void MappingTraits<WasmYAML::SegmentInfo>::mapping( in mapping() argument