Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp30 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h159 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp127 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp215 GVSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
228 MCSymbol *Sym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h624 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp443 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
1441 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getTTypeGlobalReference()
1467 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getCFIPersonalitySymbol()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp692 return getSymbolWithGlobalValueBase(&GV, "$local"); in getSymbolPreferLocal()
3875 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter
3877 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp869 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()