Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp225 std::vector<WasmCustomSection> CustomSections; member in __anonbe1f80430111::WasmObjectWriter
280 CustomSections.clear(); in reset()
1150 for (const auto &Sec : CustomSections) { in writeCustomRelocSections()
1191 CustomSections[Sym.ElementIndex].OutputIndex; in writeLinkingMetaDataSection()
1459 CustomSections.clear(); in writeOneObject()
1534 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size(); in writeOneObject()
1555 static_cast<uint32_t>(CustomSections.size())}); in writeOneObject()
1558 CustomSections.emplace_back(Name, &Section); in writeOneObject()
1948 for (auto &CustomSection : CustomSections) in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp568 MapVector<StringRef, SmallVector<MCSymbol *, 4>> CustomSections; in EmitFunctionAttributes() local
584 CustomSections[AnnotationString].push_back(Sym); in EmitFunctionAttributes()
588 for (const auto &[Name, Symbols] : CustomSections) { in EmitFunctionAttributes()