HomeSort by: relevance | last modified time | path
    Searched refs:WasmSectionKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 271 struct WasmSectionKey {
276 WasmSectionKey(StringRef SectionName, StringRef GroupName,
281 bool operator<(const WasmSectionKey &Other) const {
326 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 697 std::make_pair(WasmSectionKey{Section.str(), Group, UniqueID}, nullptr));

Completed in 17 milliseconds