Searched defs:CustomSection (Results 1 – 4 of 4) sorted by relevance
190 struct CustomSection : Section { struct191 explicit CustomSection(StringRef Name) in CustomSection() function202 struct DylinkSection : CustomSection { argument
568 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
175 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()1883 for (auto &CustomSection : CustomSections) in writeOneObject() local