Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h237 struct WasmSectionKey { struct
242 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument
247 bool operator<(const WasmSectionKey &Other) const {
273 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp517 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()