Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp87 struct WasmComdatEntry { struct
349 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
1160 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection()
1231 for (const WasmComdatEntry &Entry : C.second) { in writeLinkingMetaDataSection()
1474 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeOneObject()
1521 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()
1556 WasmComdatEntry{wasm::WASM_COMDAT_SECTION, in writeOneObject()
1610 WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index}); in writeOneObject()