Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCContext.cpp147 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateFrameAllocSymbol()
152 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName + in getOrCreateParentFrameOffsetSymbol()
157 return getOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + "__ehtable$" + in getOrCreateLSDASymbol()
186 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix()); in createSymbol()
211 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name; in createTempSymbol()
DMCStreamer.cpp164 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix(); in getDwarfLineTableSymbol()
/external/llvm/lib/Target/MSP430/
DMSP430MCInstLower.cpp55 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetJumpTableSymbol()
72 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "CPI" in GetConstantPoolIndexSymbol()
/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp22 return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICOffsetSymbol()
DPPCMCInstLower.cpp54 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()
DPPCAsmPrinter.cpp186 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h459 const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } in getPrivateGlobalPrefix() function
467 return getPrivateGlobalPrefix(); in getLinkerPrivateGlobalPrefix()
/external/llvm/lib/IR/
DMangler.cpp47 OS << DL.getPrivateGlobalPrefix(); in getNameWithPrefixImpl()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp232 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI" in GetARMJTIPICJumpTableLabel()
941 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitMachineConstantPoolValue()
1387 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1420 getPICLabel(DL.getPrivateGlobalPrefix(), getFunctionNumber(), in EmitInstruction()
1445 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
1466 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
1497 OutStreamer->EmitLabel(getPICLabel(DL.getPrivateGlobalPrefix(), in EmitInstruction()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp109 NameStr += GV->getParent()->getDataLayout().getPrivateGlobalPrefix(); in getSymbolWithGlobalValueBase()
/external/llvm/include/llvm/IR/
DDataLayout.h281 const char *getPrivateGlobalPrefix() const { in getPrivateGlobalPrefix() function
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp227 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << '_' in printOperand()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp498 : DL.getPrivateGlobalPrefix(); in getJTISymbol()
508 return Ctx.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in getPICBaseSymbol()
DTargetLoweringObjectFileImpl.cpp737 Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix(); in getIndirectSymViaGOTPCRel()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp511 OS << DL.getPrivateGlobalPrefix(); in PrintSpecial()
DAsmPrinter.cpp2312 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
2326 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp376 O << DL.getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_" in printOperand()
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp180 Twine(getDataLayout().getPrivateGlobalPrefix()) + "CPI" + in GetCPISymbol()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp610 O << getDataLayout().getPrivateGlobalPrefix() << "CPI" in printOperand()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp153 Name += DL.getPrivateGlobalPrefix(); in GetSymbolFromOperand()