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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h237 struct WasmSectionKey { struct in class:llvm::MCContext
242 WasmSectionKey(StringRef SectionName, StringRef GroupName, function in struct:llvm::MCContext::WasmSectionKey
247 bool operator<(const WasmSectionKey &Other) const {
273 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp517 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr));

Completed in 159 milliseconds