Searched defs:CustomSection (Results 1 – 4 of 4) sorted by relevance
167 struct CustomSection : Section { struct168 explicit CustomSection(StringRef Name) in CustomSection() function179 struct NameSection : CustomSection { argument
438 auto CustomSection = dyn_cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
140 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
1013 for (auto &CustomSection : CustomSections) { in writeCustomSections() local