Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp170 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local
171 if (RefB) { in getBaseSymbol()
173 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
H A DMCAssembler.cpp212 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local
213 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
H A DELFObjectWriter.cpp1430 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
1431 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
H A DWasmObjectWriter.cpp450 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
452 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()