Searched refs:CustomSections (Results 1 – 2 of 2) sorted by relevance
223 std::vector<WasmCustomSection> CustomSections; member in __anon335a907b0111::WasmObjectWriter278 CustomSections.clear(); in reset()1124 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()1165 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()1445 CustomSections.clear(); in writeOneObject()1521 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()1542 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()1545 CustomSections.emplace_back(Name, &Section); in writeOneObject()1939 for (auto &CustomSection : CustomSections) in writeOneObject()
569 MapVector<StringRef, SmallVector<MCSymbol *, 4>> CustomSections; in EmitFunctionAttributes() local585 CustomSections[AnnotationString].push_back(Sym); in EmitFunctionAttributes()589 for (const auto &[Name, Symbols] : CustomSections) { in EmitFunctionAttributes()