Searched defs:CustomSection (Results 1 – 3 of 3) sorted by relevance
174 struct CustomSection : Section { struct175 explicit CustomSection(StringRef Name) in CustomSection() function186 struct DylinkSection : CustomSection { argument
155 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
1057 for (auto &CustomSection : CustomSections) { in writeCustomSections() local