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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h28 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
H A DPPCTargetObjectFile.cpp51 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { function in class:PPC64LinuxTargetObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h33 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
H A DARMTargetObjectFile.cpp70 getDebugThreadLocalSymbol(const MCSymbol *Sym) const { function in class:ARMElfTargetObjectFile
/freebsd-11-stable/contrib/llvm-project/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 { function in class:MipsTargetObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.h49 const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override;
H A DX86TargetObjectFile.cpp62 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol( function in class:X86ELFTargetObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp69 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first)
H A DDwarfCompileUnit.cpp261 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h168 virtual const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp337 const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const { function in class:TargetLoweringObjectFile

Completed in 107 milliseconds