Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.h28 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DPPCTargetObjectFile.cpp52 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in PPC64LinuxTargetObjectFile
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetObjectFile.h47 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DX86TargetObjectFile.cpp55 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol( in getDebugThreadLocalSymbol() function in X86ELFTargetObjectFile
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetObjectFile.h37 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DARMTargetObjectFile.cpp79 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in ARMElfTargetObjectFile
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsTargetObjectFile.h45 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DMipsTargetObjectFile.cpp189 MipsTargetObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in MipsTargetObjectFile
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
DDwarfCompileUnit.cpp293 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym)); in addLocationAttribute()
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h188 virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTargetLoweringObjectFile.cpp432 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in TargetLoweringObjectFile