Home
last modified time | relevance | path

Searched refs:needsRelocateWithSymbol (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
63 bool XtensaObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in XtensaObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp34 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
137 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in VEELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp65 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
507 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in MipsELFObjectWriter
513 return needsRelocateWithSymbol(Val, Sym, Type & 0xff) || in needsRelocateWithSymbol()
514 needsRelocateWithSymbol(Val, Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
515 needsRelocateWithSymbol(Val, Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp37 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
128 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
H A DELFObjectWriter.cpp1313 if (TargetObjectWriter->needsRelocateWithSymbol(Val, *Sym, Type)) in shouldRelocateWithSymbol()
/src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFObjectWriter.cpp27 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon823dc5540111::LoongArchELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anonc5eff9680111::RISCVELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
475 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,
459 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol() function in AArch64ELFObjectWriter
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h96 virtual bool needsRelocateWithSymbol(const MCValue &Val, const MCSymbol &Sym,