Searched refs:startCustomSection (Results 1 – 1 of 1) sorted by relevance
256 void startCustomSection(SectionBookkeeping &Section, StringRef Name);403 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection() function in WasmObjectWriter1104 startCustomSection(Section, std::string("reloc.") + Name.str()); in writeRelocSection()1135 startCustomSection(Section, "linking"); in writeLinkingMetaDataSection()1219 startCustomSection(Section, CustomSection.Name); in writeCustomSection()