Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
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()
/external/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()
/external/llvm-project/llvm/lib/MC/
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()
DMCAssembler.cpp212 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local
213 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
DELFObjectWriter.cpp1437 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
1438 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
DWasmObjectWriter.cpp436 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
440 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
/external/llvm/lib/MC/
DMCFragment.cpp151 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local
152 if (RefB) { in getBaseSymbol()
154 SMLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
DELFObjectWriter.cpp632 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
633 assert(RefB->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation()
650 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol()); in recordRelocation()
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp203 RefSlab::Builder RefB; in getShard() local
206 RefB.insert(SID, *Ref); in getShard()
208 IF.Refs = std::move(RefB).build(); in getShard()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1369 auto &RefB = RefM[BA.Id]; in buildPhis() local
1371 MaxRefs.push_back(MaxCoverIn(I, RefB)); in buildPhis()