Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp401 const MCSymbolWasm *TagSym = nullptr; in printCatchList() local
404 TagSym = cast<MCSymbolWasm>(&TagExpr->getSymbol()); in printCatchList()
405 O << TagSym->getName() << " "; in printCatchList()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp1911 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()