Home
last modified time | relevance | path

Searched refs:WasmSectionKey (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h296 struct WasmSectionKey { struct
301 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument
305 bool operator<(const WasmSectionKey &Other) const {
350 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp718 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()