Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetObjectFile.h30 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DPPCTargetObjectFile.cpp54 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in PPC64LinuxTargetObjectFile
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.h38 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DARMTargetObjectFile.cpp58 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in ARMElfTargetObjectFile
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp40 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
DDwarfCompileUnit.cpp170 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym)); in getOrCreateGlobalVariableDIE()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.h44 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
DX86TargetObjectFile.cpp64 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol( in getDebugThreadLocalSymbol() function in X86ELFTargetObjectFile
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h154 virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp320 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { in getDebugThreadLocalSymbol() function in TargetLoweringObjectFile