Home
last modified time | relevance | path

Searched refs:getIndirectSymViaGOTPCRel (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h28 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
55 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
H A DAArch64TargetObjectFile.cpp32 const MCExpr *AArch64_ELFTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in AArch64_ELFTargetObjectFile
73 const MCExpr *AArch64_MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in AArch64_MachoTargetObjectFile
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.h32 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
57 getIndirectSymViaGOTPCRel(const GlobalValue *GV, const MCSymbol *Sym,
H A DX86TargetObjectFile.cpp42 const MCExpr *X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in X86_64MachoTargetObjectFile
60 const MCExpr *X86_64ELFTargetObjectFile::getIndirectSymViaGOTPCRel(
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h29 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
H A DARMTargetObjectFile.cpp60 const MCExpr *ARMElfTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in ARMElfTargetObjectFile
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.h51 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
H A DRISCVTargetObjectFile.cpp48 const MCExpr *RISCVELFTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in RISCVELFTargetObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h233 virtual const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV, in getIndirectSymViaGOTPCRel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h151 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1480 const MCExpr *TargetLoweringObjectFileMachO::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in TargetLoweringObjectFileMachO
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3680 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()