Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp133 struct WasmComdatEntry { struct
313 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
974 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection()
1044 for (const WasmComdatEntry &Entry : C.second) { in writeLinkingMetaDataSection()
1163 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeObject()
1273 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeObject()
1338 WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index}); in writeObject()