Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp139 } else if (Target.getSubSym()) { // A - B + constant in RecordX86_64Relocation()
145 const MCSymbol *B = Target.getSubSym(); in RecordX86_64Relocation()
371 if (const MCSymbol *SB = Target.getSubSym()) { in recordScatteredRelocation()
457 if (auto *SymB = Target.getSubSym()) { in recordTLVPRelocation()
496 if (Target.getSubSym()) { in RecordX86Relocation()
538 if (Relocatable && Val.getAddSym() && Val.getSubSym()) { in RecordX86Relocation()
540 Writer->getSymbolAddress(*Val.getSubSym()); in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp165 if (const MCSymbol *SB = Target.getSubSym()) { in recordARMScatteredHalfRelocation()
271 if (const MCSymbol *SB = Target.getSubSym()) { in recordARMScatteredRelocation()
376 if (Target.getSubSym()) { in recordRelocation()
420 if (Relocatable && Val.getAddSym() && Val.getSubSym()) { in recordRelocation()
422 Writer->getSymbolAddress(*Val.getSubSym()); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp420 const MCSymbol *LHS_B = LHS.getSubSym(); in evaluateSymbolicAdd()
424 const MCSymbol *RHS_B = RHS.getSubSym(); in evaluateSymbolicAdd()
507 auto *B = Res.getSubSym(); in evaluateAsRelocatableImpl()
517 if (Res.getSpecifier() || !Res.getAddSym() || Res.getSubSym() || in evaluateAsRelocatableImpl()
558 if (Value.getAddSym() && !Value.getSubSym()) in evaluateAsRelocatableImpl()
562 Res = MCValue::get(Value.getSubSym(), Value.getAddSym(), in evaluateAsRelocatableImpl()
H A DMCValue.cpp31 if (auto *B = getSubSym()) { in print()
H A DMachObjectWriter.cpp110 if (Target.getSubSym() && Target.getSubSym()->isUndefined()) in getSymbolAddress()
112 Target.getSubSym()->getName() + "'"); in getSymbolAddress()
117 if (Target.getSubSym()) in getSymbolAddress()
118 Address -= getSymbolAddress(*Target.getSubSym()); in getSymbolAddress()
505 if (!Target.getAddSym() && Target.getSubSym()) in isFixupTargetValid()
H A DMCAsmInfo.cpp167 return !Res.getSubSym(); in evaluateAsRelocatableImpl()
H A DMCAssembler.cpp130 if (V.getSubSym() || V.getSpecifier()) in isThumbFunc()
168 const MCSymbol *Sub = Target.getSubSym(); in evaluateFixup()
404 const MCSymbol *B = Target.getSubSym(); in getSymbolOffsetImpl()
438 const MCSymbol *SymB = Value.getSubSym(); in getBaseSymbol()
H A DMCObjectStreamer.cpp646 if (OffsetVal.getSubSym()) in getOffsetAndDataFragment()
712 if (OffsetVal.getSubSym()) in emitRelocDirective()
H A DMCMachOStreamer.cpp183 if (!Res.getSubSym() && in emitAssignment()
H A DWinCOFFObjectWriter.cpp858 if (const MCSymbol *B = Target.getSubSym()) { in recordRelocation()
917 getContext(), Target, Fixup, Target.getSubSym(), Asm->getBackend()); in recordRelocation()
H A DELFObjectWriter.cpp1341 if (auto *RefB = Target.getSubSym()) { in recordRelocation()
H A DXCOFFObjectWriter.cpp776 const MCSymbol *const SymB = Target.getSubSym(); in recordRelocation()
H A DWasmObjectWriter.cpp489 if (const auto *RefB = Target.getSubSym()) { in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp446 return !Res.getSubSym(); in isPCRelFixupResolved()
457 if (Target.getSubSym()) { in addReloc()
462 const MCSymbol &SB = *Target.getSubSym(); in addReloc()
479 isPCRelFixupResolved(Target.getSubSym(), F)) in addReloc()
509 MCValue B = MCValue::get(Target.getSubSym()); in addReloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h51 const MCSymbol *getSubSym() const { return SymB; } in getSubSym() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp211 } else if (auto *B = Target.getSubSym()) { // A - B + constant in recordRelocation()
400 if (Target.getSubSym()) { in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp201 return !Res.getSubSym(); in evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp200 assert(!Value.getSubSym()); in evaluateAsRelocatableImpl()
H A DAVRAsmBackend.cpp377 auto TargetVal = MCValue::get(Target.getAddSym(), Target.getSubSym(), Value, in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp648 return !Res.getSubSym(); in isPCRelFixupResolved()
816 if (Target.getSubSym()) { in addReloc()
845 MCValue B = MCValue::get(Target.getSubSym()); in addReloc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1589 const MCSymbol *BaseSym = MV.getSubSym(); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp588 if (Res.getSubSym()) in isJalrRelocAvailable()
2943 if (Res.getSubSym()) { in loadAndAddSymbolAddress()
3767 if (Res.getSubSym()) { in expandMem16Inst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2962 Res.getSubSym(); in isSymbolDiff()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3997 const MCSymbol *SymB = MV.getSubSym(); in handleIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp8297 if (!Relocatable || Res.getSubSym()) in classifySymbolRef()