Home
last modified time | relevance | path

Searched refs:getSymA (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp136 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
147 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None) { in RecordX86_64Relocation()
208 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
262 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
366 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
458 const MCSymbolRefExpr *SymA = Target.getSymA(); in recordTLVPRelocation()
501 if (Target.getSymA() && in RecordX86Relocation()
502 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
518 if (Target.getSymA()) in RecordX86Relocation()
519 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
H A DX86WinCOFFObjectWriter.cpp62 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp181 Target.getSymA()->getSymbol().getName() + in recordRelocation()
194 if (!getAArch64FixupKindMachOInfo(Fixup, Type, Target.getSymA(), Log2Size, in recordRelocation()
216 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordRelocation()
225 if (Target.getSymA()->getKind() == MCSymbolRefExpr::VK_GOT && in recordRelocation()
237 } else if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in recordRelocation()
299 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in recordRelocation()
H A DAArch64MCExpr.cpp110 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
198 Res = MCValue::get(Res.getSymA(), nullptr, Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
H A DAArch64ELFObjectWriter.cpp121 assert((!Target.getSymA() || in getRelocType()
122 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None || in getRelocType()
123 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_PLT || in getRelocType()
124 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_GOTPCREL) && in getRelocType()
H A DAArch64WinCOFFObjectWriter.cpp66 : Target.getSymA()->getKind(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCValue.cpp29 OS << *getSymA(); in print()
53 const MCSymbolRefExpr *A = getSymA(); in getAccessVariant()
H A DMCAssembler.cpp130 const MCSymbolRefExpr *Ref = V.getSymA(); in isThumbFunc()
188 } else if (!Target.getSymA()) { in evaluateFixup()
191 const MCSymbolRefExpr *A = Target.getSymA(); in evaluateFixup()
207 if (const MCSymbolRefExpr *A = Target.getSymA()) { in evaluateFixup()
241 if (!IsResolved && Target.getSymA() && Target.getSymB() && in evaluateFixup()
242 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None && in evaluateFixup()
319 if (const MCSymbolRefExpr *A = Value.getSymA()) { in computeFragmentSize()
483 const MCSymbolRefExpr *A = Target.getSymA(); in getSymbolOffsetImpl()
539 const MCSymbolRefExpr *A = Value.getSymA(); in getBaseSymbol()
1062 if (Target.getSymA() && in fixupNeedsRelaxation()
[all …]
H A DMCExpr.cpp740 const MCSymbolRefExpr *LHS_A = LHS.getSymA(); in evaluateSymbolicAdd()
744 const MCSymbolRefExpr *RHS_A = RHS.getSymA(); in evaluateSymbolicAdd()
847 if (Res.getRefKind() != MCSymbolRefExpr::VK_None || !Res.getSymA() || in evaluateAsRelocatableImpl()
851 MCValue::get(MCSymbolRefExpr::create(&Res.getSymA()->getSymbol(), in evaluateAsRelocatableImpl()
858 const MCSymbolRefExpr *A = Res.getSymA(); in evaluateAsRelocatableImpl()
895 if (Value.getSymA() && !Value.getSymB()) in evaluateAsRelocatableImpl()
899 Res = MCValue::get(Value.getSymB(), Value.getSymA(), in evaluateAsRelocatableImpl()
952 MCValue::get(RHSValue.getSymB(), RHSValue.getSymA(), in evaluateAsRelocatableImpl()
960 MCValue::get(RHSValue.getSymA(), RHSValue.getSymB(), in evaluateAsRelocatableImpl()
H A DMachObjectWriter.cpp114 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
116 Target.getSymA()->getSymbol().getName() + "'"); in getSymbolAddress()
122 if (Target.getSymA()) in getSymbolAddress()
123 Address += getSymbolAddress(Target.getSymA()->getSymbol(), Asm); in getSymbolAddress()
501 if (!Target.getSymA() && Target.getSymB()) in isFixupTargetValid()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFObjectWriter.cpp40 if (const auto *SymA = Target.getSymA()) { in getRelocType()
84 const auto *SymA = Target.getSymA(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp151 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordARMScatteredHalfRelocation()
260 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordARMScatteredRelocation()
390 if (Target.getSymA()) in recordRelocation()
391 A = &Target.getSymA()->getSymbol(); in recordRelocation()
H A DARMWinCOFFObjectWriter.cpp50 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp52 const MCSymbolRefExpr *AUIPCSRE = AUIPCLoc.getSymA(); in getPCRelHiFixup()
101 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
H A DRISCVAsmBackend.cpp555 if (!AUIPCTarget.getSymA() || AUIPCTarget.getSymB()) in evaluateTargetFixup()
558 const MCSymbolRefExpr *A = AUIPCTarget.getSymA(); in evaluateTargetFixup()
610 MCValue A = MCValue::get(Target.getSymA(), nullptr, Target.getConstant()); in handleAddSubRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp142 Res = MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), in evaluateAsRelocatableImpl()
213 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCExpr.cpp46 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp56 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h44 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp54 if (const MCSymbolRefExpr *A = Target.getSymA()) { in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp118 if (Res.getSymA() && Res.getSymB()) { in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFObjectWriter.cpp45 : Target.getSymA()->getKind(); in getRelocTypeAndSignSize()
H A DPPCMCExpr.cpp129 const MCSymbolRefExpr *Sym = Value.getSymA(); in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp69 const MCSymbolRefExpr *RefA = Target.getSymA(); in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp182 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind()); in evaluateAsRelocatableImpl()

12