/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 36 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 D | PPCAsmPrinter.cpp | 304 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 54 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 D | LanaiMCInstLower.cpp | 49 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol() 59 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
|
H A D | LanaiAsmPrinter.cpp | 96 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber() << '_' in printOperand() 101 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 216 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 D | MCStreamer.cpp | 273 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 75 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + Twine(getFunctionNumber()) + in expandTLSLA() 226 Twine(MAI->getPrivateGlobalPrefix()) + "PC" + in emitMachineConstantPoolValue()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCAsmInfo.h | 668 StringRef getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function 678 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kAsmPrinter.cpp | 58 OS << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
H A D | M68kMCInstLower.cpp | 54 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 254 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 D | ARMISelLowering.cpp | 3461 Twine(DAG.getDataLayout().getPrivateGlobalPrefix()) + "CP" + in LowerConstantPool()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Mangler.cpp | 51 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 219 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 132 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 335 StringRef getPrivateGlobalPrefix() const { in getPrivateGlobalPrefix() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 434 OS << DL.getPrivateGlobalPrefix(); in PrintSpecial()
|
H A D | AsmPrinter.cpp | 3598 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 D | SparcAsmPrinter.cpp | 372 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 726 : DL.getPrivateGlobalPrefix(); in getJTISymbol() 736 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICBaseSymbol()
|
H A D | TargetLoweringObjectFileImpl.cpp | 1515 Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix(); in getIndirectSymViaGOTPCRel()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 789 O << getDataLayout().getPrivateGlobalPrefix() << "CPI" in printOperand()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 172 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
|