Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.h39 const MCExpr *getIndirectSymViaGOTPCRel(const MCSymbol *Sym,
DAArch64TargetObjectFile.cpp60 const MCExpr *AArch64_MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in AArch64_MachoTargetObjectFile
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.h34 const MCExpr *getIndirectSymViaGOTPCRel(const MCSymbol *Sym,
DX86TargetObjectFile.cpp51 const MCExpr *X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in X86_64MachoTargetObjectFile
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h175 virtual const MCExpr *getIndirectSymViaGOTPCRel(const MCSymbol *Sym, in getIndirectSymViaGOTPCRel() function
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h122 const MCExpr *getIndirectSymViaGOTPCRel(const MCSymbol *Sym,
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp700 const MCExpr *TargetLoweringObjectFileMachO::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() function in TargetLoweringObjectFileMachO
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2180 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel( in handleIndirectSymViaGOTPCRel()