Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h33 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
H A DARMTargetObjectFile.cpp71 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in ARMElfTargetObjectFile
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
H A DDwarfCompileUnit.cpp282 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym)); in addLocationAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h186 virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp427 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in TargetLoweringObjectFile