Home
last modified time | relevance | path

Searched refs:getSymbolWithGlobalValueBase (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp31 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h136 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp124 GVSym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
138 MCSymbol *Sym = P.getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printSymbolOperand()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp116 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h443 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp371 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
1048 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getTTypeGlobalReference()
1074 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getCFIPersonalitySymbol()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp201 SymToPrint = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in printOperand()
1577 getSymbolWithGlobalValueBase(Personality, "$non_lazy_ptr"); in doFinalization()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2782 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter
2784 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp815 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()