Searched refs:getSymB (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/MC/ |
D | MCValue.cpp | 31 if (getSymB()) { in print() 33 getSymB()->print(OS); in print() 47 const MCSymbolRefExpr *B = getSymB(); in getAccessVariant()
|
D | MCExpr.cpp | 530 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()
|
D | MachObjectWriter.cpp | 96 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()
|
D | MCAssembler.cpp | 162 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()
|
D | WinCOFFObjectWriter.cpp | 696 const MCSymbolRefExpr *SymB = Target.getSymB(); in RecordRelocation()
|
D | ELFObjectWriter.cpp | 784 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in RecordRelocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 141 } 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/ |
D | AArch64MachObjectWriter.cpp | 211 } 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()
|
D | AArch64ELFObjectWriter.cpp | 58 assert((!Target.getSymB() || in GetRelocType() 59 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) && in GetRelocType()
|
D | AArch64MCExpr.cpp | 100 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in EvaluateAsRelocatableImpl()
|
/external/llvm/include/llvm/MC/ |
D | MCValue.h | 51 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 168 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/ |
D | PPCMachObjectWriter.cpp | 221 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordScatteredRelocation() 316 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 | 752 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2124 if (BaseSym != &MV.getSymB()->getSymbol()) in handleIndirectSymViaGOTPCRel()
|