Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp226 std::vector<WasmCustomSection> CustomSections; member in __anon325f64800111::WasmObjectWriter
965 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()
1005 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1057 for (auto &CustomSection : CustomSections) { in writeCustomSections()
1287 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeObject()
1292 CustomSections.emplace_back(Name, &Section); in writeObject()