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