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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp568 MapVector<StringRef, SmallVector<MCSymbol *, 4>> CustomSections;
584 CustomSections[AnnotationString].push_back(Sym);
588 for (const auto &[Name, Symbols] : CustomSections) {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp225 std::vector<WasmCustomSection> CustomSections; member in class:__anon2103::WasmObjectWriter
280 CustomSections.clear();
1150 for (const auto &Sec : CustomSections) {
1191 CustomSections[Sym.ElementIndex].OutputIndex;
1459 CustomSections.clear();
1479 // Populate DataSegments and CustomSections, which must be done before
1534 WasmIndices[cast<MCSymbolWasm>(Begin)] = CustomSections.size();
1555 static_cast<uint32_t>(CustomSections.size())});
1558 CustomSections.emplace_back(Name, &Section);
1948 for (auto &CustomSection : CustomSections)
[all...]

Completed in 120 milliseconds