Searched refs:getSymB (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/MC/ |
D | MCValue.cpp | 31 if (getSymB()) { in print() 33 OS << *getSymB(); in print() 47 const MCSymbolRefExpr *B = getSymB(); in getAccessVariant()
|
D | MCExpr.cpp | 555 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()
|
D | MachObjectWriter.cpp | 90 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()
|
D | MCAssembler.cpp | 154 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()
|
D | WinCOFFObjectWriter.cpp | 674 const MCSymbolRefExpr *SymB = Target.getSymB(); in recordRelocation()
|
D | ELFObjectWriter.cpp | 622 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 139 } 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/ |
D | AArch64MachObjectWriter.cpp | 212 } 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()
|
D | AArch64ELFObjectWriter.cpp | 58 assert((!Target.getSymB() || in GetRelocType() 59 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) && in GetRelocType()
|
D | AArch64MCExpr.cpp | 99 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 165 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/ |
D | MCValue.h | 48 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB() function
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 218 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation() 313 if (Target.getSymB() && in RecordPPCRelocation()
|
D | PPCMCExpr.cpp | 142 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 731 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2140 const MCSymbolRefExpr *SymB = MV.getSymB(); in handleIndirectSymViaGOTPCRel()
|