Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp30 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h157 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp128 GVSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
141 MCSymbol *Sym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in PrintSymbolOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp129 MCSymbol *TargetLoweringObjectFile::getSymbolWithGlobalValueBase( in getSymbolWithGlobalValueBase() function in TargetLoweringObjectFile
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h541 MCSymbol *getSymbolWithGlobalValueBase(const GlobalValue *GV,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp418 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, ".DW.stub", TM); in getTTypeGlobalReference()
1345 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getTTypeGlobalReference()
1371 MCSymbol *SSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr", TM); in getCFIPersonalitySymbol()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp494 return getSymbolWithGlobalValueBase(&GV, "$local"); in getSymbolPreferLocal()
3137 MCSymbol *AsmPrinter::getSymbolWithGlobalValueBase(const GlobalValue *GV, in getSymbolWithGlobalValueBase() function in AsmPrinter
3139 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM); in getSymbolWithGlobalValueBase()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp830 MCSymbol *MCSym = getSymbolWithGlobalValueBase(GV, "$non_lazy_ptr"); in GetARMGVSymbol()