Searched refs:WasmSectionKey (Results 1 – 2 of 2) sorted by relevance
237 struct WasmSectionKey { struct242 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument247 bool operator<(const WasmSectionKey &Other) const {273 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
517 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()