Home
last modified time | relevance | path

Searched refs:getSymB (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/MC/
DMCValue.cpp31 if (getSymB()) { in print()
33 OS << *getSymB(); in print()
47 const MCSymbolRefExpr *B = getSymB(); in getAccessVariant()
DMCExpr.cpp555 const MCSymbolRefExpr *LHS_B = LHS.getSymB(); in EvaluateSymbolicAdd()
656 const MCSymbolRefExpr *B = Res.getSymB(); in evaluateAsRelocatableImpl()
688 if (Value.getSymA() && !Value.getSymB()) in evaluateAsRelocatableImpl()
690 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl()
725 RHSValue.getSymB(), RHSValue.getSymA(), in evaluateAsRelocatableImpl()
730 RHSValue.getSymA(), RHSValue.getSymB(), in evaluateAsRelocatableImpl()
DMachObjectWriter.cpp90 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
92 Target.getSymB()->getSymbol().getName() + "'"); in getSymbolAddress()
97 if (Target.getSymB()) in getSymbolAddress()
98 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout); in getSymbolAddress()
DMCAssembler.cpp154 const MCSymbolRefExpr *B = Target.getSymB(); in getSymbolOffsetImpl()
188 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol()
459 if (Target.getSymB()) { in evaluateFixup()
484 if (const MCSymbolRefExpr *B = Target.getSymB()) { in evaluateFixup()
DWinCOFFObjectWriter.cpp674 const MCSymbolRefExpr *SymB = Target.getSymB(); in recordRelocation()
DELFObjectWriter.cpp622 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp139 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation()
145 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
152 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) { in RecordX86_64Relocation()
389 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
479 if (Target.getSymB()) { in recordTLVPRelocation()
486 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
523 if (Target.getSymB()) { in RecordX86Relocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp212 } else if (Target.getSymB()) { // A - B + constant in recordRelocation()
216 const MCSymbol *B = &Target.getSymB()->getSymbol(); in recordRelocation()
223 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation()
235 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) { in recordRelocation()
DAArch64ELFObjectWriter.cpp58 assert((!Target.getSymB() || in GetRelocType()
59 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) && in GetRelocType()
DAArch64MCExpr.cpp99 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp165 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredHalfRelocation()
270 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredRelocation()
370 if (Target.getSymB()) { in recordRelocation()
/external/llvm/include/llvm/MC/
DMCValue.h48 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB() function
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp218 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
313 if (Target.getSymB() && in RecordPPCRelocation()
DPPCMCExpr.cpp142 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp731 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2140 const MCSymbolRefExpr *SymB = MV.getSymB(); in handleIndirectSymViaGOTPCRel()