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