Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp36 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol()
43 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getGlobalEPSymbol()
50 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getLocalEPSymbol()
57 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getTOCOffsetSymbol()
H A DPPCAsmPrinter.cpp343 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp54 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
71 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp48 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
58 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
H A DLanaiAsmPrinter.cpp94 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
99 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h537 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function
547 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp225 bool IsRenamable = NameRef.starts_with(MAI->getPrivateGlobalPrefix()); in getOrCreateSymbol()
270 return getOrCreateSymbol(MAI->getPrivateGlobalPrefix() + FuncName + in getOrCreateFrameAllocSymbol()
275 return getOrCreateSymbol(MAI->getPrivateGlobalPrefix() + FuncName + in getOrCreateParentFrameOffsetSymbol()
280 return getOrCreateSymbol(MAI->getPrivateGlobalPrefix() + "__ehtable$" + in getOrCreateLSDASymbol()
377 return createRenamableSymbol(MAI->getPrivateGlobalPrefix() + Name, in createTempSymbol()
382 return createRenamableSymbol(MAI->getPrivateGlobalPrefix() + Name, true, in createNamedTempSymbol()
H A DMCStreamer.cpp255 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA()
226 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp273 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
284 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel()
980 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue()
1623 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1659 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1688 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1718 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1735 OutStreamer->emitLabel(getBFLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
1747 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
1768 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
H A DM68kMCInstLower.cpp55 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp53 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp216 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp88 MCSym = OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp132 NameStr += GV->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp430 OS << DL.getPrivateGlobalPrefix(); in PrintSpecial()
H A DAsmPrinter.cpp4236 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
4250 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h286 StringRef getPrivateGlobalPrefix() const { in getPrivateGlobalPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCResourceInfo.cpp31 IsLocal ? OutContext.getAsmInfo()->getPrivateGlobalPrefix() : ""; in getSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp397 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp795 : DL.getPrivateGlobalPrefix(); in getJTISymbol()
805 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICBaseSymbol()
H A DTargetLoweringObjectFileImpl.cpp1595 Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix(); in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp674 O << getDataLayout().getPrivateGlobalPrefix() << "CPI" in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp183 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()

12