Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp87 struct WasmComdatEntry { struct
349 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
1157 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection()
1228 for (const WasmComdatEntry &Entry : C.second) { in writeLinkingMetaDataSection()
1471 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeOneObject()
1518 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeOneObject()
1553 WasmComdatEntry{wasm::WASM_COMDAT_SECTION, in writeOneObject()
1603 WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index}); in writeOneObject()