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