Home
last modified time | relevance | path

Searched refs:getPrivateGlobalPrefix (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp20 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol()
27 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getGlobalEPSymbol()
34 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getLocalEPSymbol()
41 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getTOCOffsetSymbol()
DPPCMCInstLower.cpp49 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
DPPCAsmPrinter.cpp224 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMCInstLower.cpp49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp145 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol()
150 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol()
155 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol()
188 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol()
216 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
DMCStreamer.cpp250 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp246 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
257 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel()
916 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue()
1410 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1443 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1469 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1499 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1516 OutStreamer->EmitLabel(getBFLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
1528 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
1549 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
[all …]
DARMISelLowering.cpp3033 Twine(DAG.getDataLayout().getPrivateGlobalPrefix()) + "CP" + in LowerConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h515 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function
525 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp50 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp121 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp220 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h320 StringRef getPrivateGlobalPrefix() const { in getPrivateGlobalPrefix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp643 : DL.getPrivateGlobalPrefix(); in getJTISymbol()
653 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICBaseSymbol()
DTargetLoweringObjectFileImpl.cpp1166 Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix(); in getIndirectSymViaGOTPCRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp370 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp606 OS << DL.getPrivateGlobalPrefix(); in PrintSpecial()
DAsmPrinter.cpp2866 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
2880 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp713 O << getDataLayout().getPrivateGlobalPrefix() << "CPI" in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp142 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()