Searched refs:RefB (Results 1 – 6 of 6) sorted by relevance
27 Reference RefB = Reference("B"); in TEST() local28 RefB.USR = serialize::hashUSR("2"); in TEST()29 InfoC->Namespace = {std::move(RefB)}; in TEST()
174 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local175 if (RefB) { in getBaseSymbol()177 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
216 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local217 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
1400 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local1401 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
498 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local500 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
206 RefSlab::Builder RefB; in getShard() local209 RefB.insert(SID, *Ref); in getShard()211 IF.Refs = std::move(RefB).build(); in getShard()