Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp304 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.cpp49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
H A DLanaiAsmPrinter.cpp96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand()
101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp216 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol()
221 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol()
226 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol()
275 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol()
302 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
308 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createNamedTempSymbol()
H A DMCStreamer.cpp273 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA()
226 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + in emitMachineConstantPoolValue()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h668 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function
678 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
H A DM68kMCInstLower.cpp54 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp254 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
265 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel()
956 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitMachineConstantPoolValue()
1503 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1536 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1562 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1592 getBFLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in emitInstruction()
1609 OutStreamer->emitLabel(getBFLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
1621 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
1642 OutStreamer->emitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in emitInstruction()
[all …]
H A DARMISelLowering.cpp3461 Twine(DAG.getDataLayout().getPrivateGlobalPrefix()) + "CP" + in LowerConstantPool()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp51 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp132 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h335 StringRef getPrivateGlobalPrefix() const { in getPrivateGlobalPrefix() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp434 OS << DL.getPrivateGlobalPrefix(); in PrintSpecial()
H A DAsmPrinter.cpp3598 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
3612 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp726 : DL.getPrivateGlobalPrefix(); in getJTISymbol()
736 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICBaseSymbol()
H A DTargetLoweringObjectFileImpl.cpp1515 Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix(); in getIndirectSymViaGOTPCRel()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp789 O << getDataLayout().getPrivateGlobalPrefix() << "CPI" in printOperand()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp172 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()