Home
last modified time | relevance | path

Searched refs:CustomSections (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp206 std::vector<WasmCustomSection> CustomSections; member in __anon668be8e60111::WasmObjectWriter
261 CustomSections.clear(); in reset()
1082 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()
1123 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1392 CustomSections.clear(); in writeOneObject()
1468 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()
1489 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()
1492 CustomSections.emplace_back(Name, &Section); in writeOneObject()
1883 for (auto &CustomSection : CustomSections) in writeOneObject()