Home
last modified time | relevance | path

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

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