Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h295 struct WasmSectionKey { struct
300 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument
304 bool operator<(const WasmSectionKey &Other) const {
349 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp750 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()