Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCFragment.cpp152 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol() local
153 if (RefB) { in getBaseSymbol()
155 Expr->getLoc(), Twine("symbol '") + RefB->getSymbol().getName() + in getBaseSymbol()
DWasmObjectWriter.cpp423 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
424 assert(RefB->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation()
441 const auto &SymB = cast<MCSymbolWasm>(RefB->getSymbol()); in recordRelocation()
DMCAssembler.cpp218 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() local
219 if (RefB->getKind() != MCSymbolRefExpr::VK_None) { in evaluateFixup()
DELFObjectWriter.cpp1395 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation() local
1410 const auto &SymB = cast<MCSymbolELF>(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/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp411 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in RecordRelocation() local
412 const MCSymbol &SymbolB = RefB->getSymbol(); in RecordRelocation()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1369 auto &RefB = RefM[BA.Id]; in buildPhis() local
1371 MaxRefs.push_back(MaxCoverIn(I, RefB)); in buildPhis()