Searched refs:SymOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 65 struct SymOp { struct 87 struct SymOp Sym; 98 WebAssemblyOperand(SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() 561 Tok.getLoc(), Tok.getEndLoc(), WebAssemblyOperand::SymOp{Val}); in parseFunctionTableOperand() 568 SMLoc(), SMLoc(), WebAssemblyOperand::SymOp{Val}); in parseFunctionTableOperand() 712 Loc.getLoc(), Loc.getEndLoc(), WebAssemblyOperand::SymOp{Expr})); in parseInstruction() 762 Start, End, WebAssemblyOperand::SymOp{Val})); in parseInstruction()
|
| H A D | WebAssemblyAsmTypeCheck.h | 78 bool getSymRef(SMLoc ErrorLoc, const MCOperand &SymOp,
|
| H A D | WebAssemblyAsmTypeCheck.cpp | 245 bool WebAssemblyAsmTypeCheck::getSymRef(SMLoc ErrorLoc, const MCOperand &SymOp, in getSymRef() argument 247 if (!SymOp.isExpr()) in getSymRef() 249 SymRef = dyn_cast<MCSymbolRefExpr>(SymOp.getExpr()); in getSymRef()
|