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 getSymB()->print(OS); in print()
47 const MCSymbolRefExpr *B = getSymB(); in getAccessVariant()
DMCExpr.cpp530 const MCSymbolRefExpr *LHS_B = LHS.getSymB(); in EvaluateSymbolicAdd()
632 const MCSymbolRefExpr *B = Res.getSymB(); in EvaluateAsRelocatableImpl()
664 if (Value.getSymA() && !Value.getSymB()) in EvaluateAsRelocatableImpl()
666 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in EvaluateAsRelocatableImpl()
701 RHSValue.getSymB(), RHSValue.getSymA(), in EvaluateAsRelocatableImpl()
706 RHSValue.getSymA(), RHSValue.getSymB(), in EvaluateAsRelocatableImpl()
DMachObjectWriter.cpp96 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
98 Target.getSymB()->getSymbol().getName() + "'"); in getSymbolAddress()
104 if (Target.getSymB()) in getSymbolAddress()
106 Target.getSymB()->getSymbol()), Layout); in getSymbolAddress()
DMCAssembler.cpp162 const MCSymbolRefExpr *B = Target.getSymB(); in getSymbolOffsetImpl()
194 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol()
495 if (Target.getSymB()) { in evaluateFixup()
521 if (const MCSymbolRefExpr *B = Target.getSymB()) { in evaluateFixup()
DWinCOFFObjectWriter.cpp696 const MCSymbolRefExpr *SymB = Target.getSymB(); in RecordRelocation()
DELFObjectWriter.cpp784 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp141 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation()
148 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
156 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) in RecordX86_64Relocation()
369 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordScatteredRelocation()
459 if (Target.getSymB()) { in RecordTLVPRelocation()
464 &Asm.getSymbolData(Target.getSymB()->getSymbol()); in RecordTLVPRelocation()
502 if (Target.getSymB()) { in RecordX86Relocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp211 } else if (Target.getSymB()) { // A - B + constant in RecordRelocation()
216 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordRelocation()
224 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None && in RecordRelocation()
236 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.cpp100 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in EvaluateAsRelocatableImpl()
/external/llvm/include/llvm/MC/
DMCValue.h51 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp168 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredHalfRelocation()
270 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredRelocation()
368 if (Target.getSymB()) { in RecordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp221 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordScatteredRelocation()
316 if (Target.getSymB() && in RecordPPCRelocation()
DPPCMCExpr.cpp142 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in EvaluateAsRelocatableImpl()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp752 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2124 if (BaseSym != &MV.getSymB()->getSymbol()) in handleIndirectSymViaGOTPCRel()