Searched defs:CustomSection (Results 1 – 4 of 4) sorted by relevance
185 struct CustomSection : Section { struct186 explicit CustomSection(StringRef Name) in CustomSection() function197 struct DylinkSection : CustomSection { argument
518 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
173 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
1013 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1590 for (auto &CustomSection : CustomSections) in writeObject() local