Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp133 struct WasmComdatEntry { struct
313 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats);
932 const std::map<StringRef, std::vector<WasmComdatEntry>> &Comdats) { in writeLinkingMetaDataSection()
1000 for (const WasmComdatEntry &Entry : C.second) { in writeLinkingMetaDataSection()
1091 std::map<StringRef, std::vector<WasmComdatEntry>> Comdats; in writeObject()
1186 WasmComdatEntry{wasm::WASM_COMDAT_DATA, SegmentIndex}); in writeObject()
1251 WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index}); in writeObject()