Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp151 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local
152 if (RefB) { in getBaseSymbol()
154 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
DMCAssembler.cpp211 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local
212 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
DELFObjectWriter.cpp1432 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
1433 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
DWasmObjectWriter.cpp443 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
447 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()