Searched defs:CustomSection (Results 1 – 12 of 12) sorted by relevance
185 struct CustomSection : Section { struct186 explicit CustomSection(StringRef Name) in CustomSection() function197 struct DylinkSection : CustomSection { argument
194 struct CustomSection : Section { struct195 explicit CustomSection(StringRef Name) in CustomSection() argument217 struct DylinkSection : CustomSection { argument
195 struct CustomSection : Section { struct196 explicit CustomSection(StringRef Name) in CustomSection() argument218 struct DylinkSection : CustomSection { argument
195 struct CustomSection : Section { struct196 explicit CustomSection(StringRef Name) in CustomSection() function218 struct DylinkSection : CustomSection { argument
1013 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1590 for (auto &CustomSection : CustomSections) in writeObject() local
1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1947 for (auto &CustomSection : CustomSections) in writeOneObject() local
518 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
173 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
177 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local