/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCValue.cpp | 31 if (getSymB()) { in print() 33 OS << *getSymB(); in print() 47 const MCSymbolRefExpr *B = getSymB(); in getAccessVariant()
|
H A D | MCExpr.cpp | 719 const MCSymbolRefExpr *LHS_B = LHS.getSymB(); in EvaluateSymbolicAdd() 829 Res.getSymB() || Res.getConstant()) in evaluateAsRelocatableImpl() 834 Res.getSymB(), Res.getConstant(), Res.getRefKind()); in evaluateAsRelocatableImpl() 840 const MCSymbolRefExpr *B = Res.getSymB(); in evaluateAsRelocatableImpl() 876 if (Value.getSymA() && !Value.getSymB()) in evaluateAsRelocatableImpl() 880 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl() 930 RHSValue.getSymB(), RHSValue.getSymA(), in evaluateAsRelocatableImpl() 935 RHSValue.getSymA(), RHSValue.getSymB(), in evaluateAsRelocatableImpl()
|
H A D | MachObjectWriter.cpp | 104 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress() 106 Target.getSymB()->getSymbol().getName() + "'"); in getSymbolAddress() 111 if (Target.getSymB()) in getSymbolAddress() 112 Address += getSymbolAddress(Target.getSymB()->getSymbol(), Layout); in getSymbolAddress() 457 if (!Target.getSymA() && Target.getSymB()) in isFixupTargetValid()
|
H A D | MCAssembler.cpp | 144 if (V.getSymB() || V.getRefKind() != MCSymbolRefExpr::VK_None) in isThumbFunc() 212 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in evaluateFixup() 234 if (Target.getSymB()) { in evaluateFixup() 260 if (const MCSymbolRefExpr *B = Target.getSymB()) { in evaluateFixup() 795 if (Target.getSymA() && Target.getSymB() && in handleFixup() 808 MCValue TargetSub = MCValue::get(Target.getSymB()); in handleFixup()
|
H A D | MCFragment.cpp | 136 const MCSymbolRefExpr *B = Target.getSymB(); in getSymbolOffsetImpl() 170 const MCSymbolRefExpr *RefB = Value.getSymB(); in getBaseSymbol()
|
H A D | XCOFFObjectWriter.cpp | 487 if (!Target.getSymB()) in recordRelocation() 490 const MCSymbol *const SymB = &Target.getSymB()->getSymbol(); in recordRelocation()
|
H A D | MCObjectStreamer.cpp | 711 if (OffsetVal.getSymB()) in getOffsetAndDataFragment() 778 if (OffsetVal.getSymB()) in emitRelocDirective()
|
H A D | MCMachOStreamer.cpp | 207 if (!Res.getSymB() && (SymA.getName() == "" || Res.getConstant() != 0)) in emitAssignment()
|
H A D | WinCOFFObjectWriter.cpp | 742 const MCSymbolRefExpr *SymB = Target.getSymB(); in recordRelocation()
|
H A D | ELFObjectWriter.cpp | 1430 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation()
|
H A D | WasmObjectWriter.cpp | 450 if (const MCSymbolRefExpr *RefB = Target.getSymB()) { in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 219 } else if (Target.getSymB()) { // A - B + constant in recordRelocation() 223 const MCSymbol *B = &Target.getSymB()->getSymbol(); in recordRelocation() 230 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None && in recordRelocation() 242 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) { in recordRelocation()
|
H A D | AArch64MCExpr.cpp | 109 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
|
H A D | AArch64ELFObjectWriter.cpp | 122 assert((!Target.getSymB() || in getRelocType() 123 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) && in getRelocType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 144 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation() 150 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation() 392 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation() 482 if (auto *SymB = Target.getSymB()) { in recordTLVPRelocation() 524 if (Target.getSymB()) { in RecordX86Relocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCExpr.cpp | 144 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), in evaluateAsRelocatableImpl() 215 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 175 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredHalfRelocation() 289 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredRelocation() 397 if (Target.getSymB()) { in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCExpr.cpp | 56 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCValue.h | 46 const MCSymbolRefExpr *getSymB() const { return SymB; } in getSymB() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCExpr.cpp | 105 if (Res.getSymA() && Res.getSymB()) { in evaluateAsRelocatableImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCExpr.cpp | 158 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCExpr.cpp | 99 if (Res.getSymA() && Res.getSymB()) { in evaluateAsRelocatableImpl()
|
H A D | RISCVAsmBackend.cpp | 355 if (!AUIPCTarget.getSymA() || AUIPCTarget.getSymB()) in evaluateTargetFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 96 Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1431 const MCSymbol *BaseSym = &MV.getSymB()->getSymbol(); in getIndirectSymViaGOTPCRel()
|