Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp30 bool needsRelocateWithSymbol(const MCSymbol &SD,
76 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, in needsRelocateWithSymbol() function in LanaiELFObjectWriter
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp66 bool needsRelocateWithSymbol(const MCSymbol &Sym,
532 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MipsELFObjectWriter
537 return needsRelocateWithSymbol(Sym, Type & 0xff) || in needsRelocateWithSymbol()
538 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) || in needsRelocateWithSymbol()
539 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff); in needsRelocateWithSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp36 bool needsRelocateWithSymbol(const MCSymbol &Sym,
116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in SparcELFObjectWriter
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp42 bool needsRelocateWithSymbol(const MCSymbol &Sym,
55 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in ARMELFObjectWriter
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in MCELFObjectTargetWriter
H A DELFObjectWriter.cpp1403 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type)) in shouldRelocateWithSymbol()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp28 bool needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in __anon2a6de0f80111::RISCVELFObjectWriter
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp32 bool needsRelocateWithSymbol(const MCSymbol &Sym,
425 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol() function in PPCELFObjectWriter
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h90 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,