Searched refs:TagSym (Results 1 – 2 of 2) sorted by relevance
401 const MCSymbolWasm *TagSym = nullptr; in printCatchList() local404 TagSym = cast<MCSymbolWasm>(&TagExpr->getSymbol()); in printCatchList()405 O << TagSym->getName() << " "; in printCatchList()
1911 for (auto &[TagName, TagSym] : *TagSyms) { in registerJITDispatchHandlers()1912 auto TagAddr = TagSym.getAddress(); in registerJITDispatchHandlers()1921 for (auto &[TagName, TagSym] : *TagSyms) { in registerJITDispatchHandlers()1922 auto TagAddr = TagSym.getAddress(); in registerJITDispatchHandlers()