Searched refs:WasmSectionKey (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 249 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/ |
D | MCContext.h | 237 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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 517 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 640 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr)); in getWasmSection()
|