Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp206 std::vector<WasmCustomSection> CustomSections; member in __anon0bb9a9930111::WasmObjectWriter
261 CustomSections.clear(); in reset()
1093 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()
1134 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1403 CustomSections.clear(); in writeOneObject()
1479 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()
1500 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()
1503 CustomSections.emplace_back(Name, &Section); in writeOneObject()
1894 for (auto &CustomSection : CustomSections) in writeOneObject()