Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetObjectFile.h32 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
H A DX86TargetObjectFile.cpp42 const MCExpr *X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in X86_64MachoTargetObjectFile
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h42 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
H A DAArch64TargetObjectFile.cpp59 const MCExpr *AArch64_MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in AArch64_MachoTargetObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h233 virtual const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV, in getIndirectSymViaGOTPCRel() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h151 const MCExpr *getIndirectSymViaGOTPCRel(const GlobalValue *GV,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1428 const MCExpr *TargetLoweringObjectFileMachO::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in TargetLoweringObjectFileMachO
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3251 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()