Searched defs:CustomSection (Results 1 – 5 of 5) sorted by relevance
194 struct CustomSection : Section { struct195 explicit CustomSection(StringRef Name) in CustomSection() argument217 struct DylinkSection : CustomSection { argument
111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection() function
575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
177 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1947 for (auto &CustomSection : CustomSections) in writeOneObject() local