Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp47 if (auto SyExp = dyn_cast<MCSymbolRefExpr>(Expr)) { in getFixupSection() local
48 if (SyExp->getSymbol().isInSection()) in getFixupSection()
49 return &SyExp->getSymbol().getSection(); in getFixupSection()