Searched refs:RefB (Results 1 – 13 of 13) 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()
151 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local152 if (RefB) { in getBaseSymbol()154 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
211 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local212 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
1432 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local1433 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
443 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local447 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
170 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local171 if (RefB) { in getBaseSymbol()173 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
212 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local213 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
1437 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local1438 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
436 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local440 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
151 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local152 if (RefB) { in getBaseSymbol()154 SMLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
632 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local633 assert(RefB->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation()650 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
203 RefSlab::Builder RefB; in getShard() local206 RefB.insert(SID, *Ref); in getShard()208 IF.Refs = std::move(RefB).build(); in getShard()
1369 auto &RefB = RefM[BA.Id]; in buildPhis() local1371 MaxRefs.push_back(MaxCoverIn(I, RefB)); in buildPhis()