Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h231 struct WasmSectionKey { struct
236 WasmSectionKey(StringRef SectionName, StringRef GroupName, in WasmSectionKey() argument
241 bool operator<(const WasmSectionKey &Other) const {
253 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp512 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()