Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp225 std::vector<WasmCustomSection> CustomSections; member in __anon85aef9ab0111::WasmObjectWriter
280 CustomSections.clear(); in reset()
1151 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()
1192 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1460 CustomSections.clear(); in writeOneObject()
1536 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()
1557 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()
1560 CustomSections.emplace_back(Name, &Section); in writeOneObject()
1954 for (auto &CustomSection : CustomSections) in writeOneObject()