Searched refs:needsRelocateWithSymbol (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCELFObjectTargetWriter.cpp20 bool MCELFObjectTargetWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:MCELFObjectTargetWriter
H A DELFObjectWriter.cpp1412 if (TargetObjectWriter->needsRelocateWithSymbol(*Sym, Type))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCSymbol &SD,
75 bool LanaiELFObjectWriter::needsRelocateWithSymbol(const MCSymbol & /*SD*/, function in class:LanaiELFObjectWriter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp33 bool needsRelocateWithSymbol(const MCSymbol &Sym,
112 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:VEELFObjectWriter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp35 bool needsRelocateWithSymbol(const MCSymbol &Sym,
116 bool SparcELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:SparcELFObjectWriter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp41 bool needsRelocateWithSymbol(const MCSymbol &Sym,
54 bool ARMELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:ARMELFObjectWriter
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp65 bool needsRelocateWithSymbol(const MCSymbol &Sym,
506 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:MipsELFObjectWriter
511 return needsRelocateWithSymbol(Sym, Type & 0xff) ||
512 needsRelocateWithSymbol(Sym, (Type >> 8) & 0xff) ||
513 needsRelocateWithSymbol(Sym, (Type >> 16) & 0xff);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h89 virtual bool needsRelocateWithSymbol(const MCSymbol &Sym,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFObjectWriter.cpp29 bool needsRelocateWithSymbol(const MCSymbol &Sym,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp31 bool needsRelocateWithSymbol(const MCSymbol &Sym,
467 bool PPCELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, function in class:PPCELFObjectWriter

Completed in 363 milliseconds