Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h271 struct WasmSectionKey { struct
276 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument
281 bool operator<(const WasmSectionKey &Other) const {
326 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp697 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()