Home
last modified time | relevance | path

Searched refs:getDebugThreadLocalSymbol (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetObjectFile.cpp16 const MCExpr *SystemZELFTargetObjectFile::getDebugThreadLocalSymbol( in getDebugThreadLocalSymbol() function in SystemZELFTargetObjectFile
HDSystemZTargetObjectFile.h22 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetObjectFile.h28 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
HDPPCTargetObjectFile.cpp52 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in PPC64LinuxTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.h45 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
HDMipsTargetObjectFile.cpp189 MipsTargetObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in MipsTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetObjectFile.h44 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
HDARMTargetObjectFile.cpp90 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in ARMElfTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetObjectFile.h47 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
HDX86TargetObjectFile.cpp55 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol( in getDebugThreadLocalSymbol() function in X86ELFTargetObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAddressPool.cpp65 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
HDDwarfCompileUnit.cpp318 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym)); in addLocationAttribute()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetLoweringObjectFile.h188 virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp427 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in TargetLoweringObjectFile