Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
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()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
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()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyELFObjectWriter.cpp44 if (const MCSymbolRefExpr *SyExp = in getRelocType() local
46 if (SyExp->getKind() == MCSymbolRefExpr::VK_WebAssembly_FUNCTION) in getRelocType()