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