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