Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DGeneratorTest.cpp27 Reference RefB = Reference("B"); in TEST() local
28 RefB.USR = serialize::hashUSR("2"); in TEST()
29 InfoC->Namespace = {std::move(RefB)}; in TEST()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCFragment.cpp174 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local
175 if (RefB) { in getBaseSymbol()
177 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
H A DMCAssembler.cpp216 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local
217 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
H A DELFObjectWriter.cpp1400 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
1401 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
H A DWasmObjectWriter.cpp498 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
500 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp206 RefSlab::Builder RefB; in getShard() local
209 RefB.insert(SID, *Ref); in getShard()
211 IF.Refs = std::move(RefB).build(); in getShard()