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