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