Searched refs:getPrivateGlobalPrefix (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp55 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
72 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "CPI"
/external/llvm/lib/IR/
H A DMangler.cpp31 OS << DL.getPrivateGlobalPrefix();
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h423 const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; } function in class:llvm::MCAsmInfo
430 return getPrivateGlobalPrefix();
/external/llvm/include/llvm/IR/
H A DDataLayout.h251 return getPrivateGlobalPrefix();
267 const char *getPrivateGlobalPrefix() const { function in class:llvm::DataLayout
/external/llvm/lib/MC/
H A DMCContext.cpp117 isTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
153 << MAI->getPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
H A DMCStreamer.cpp194 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp187 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
196 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "SJLJEH"
846 OS << DL->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber();
874 MCSymbol *PCLabel = getPICLabel(DL->getPrivateGlobalPrefix(),
1296 MCSymbol *LabelSym = getPICLabel(DL->getPrivateGlobalPrefix(),
1329 MCSymbol *LabelSym = getPICLabel(DL->getPrivateGlobalPrefix(),
1355 OutStreamer.EmitLabel(getPICLabel(DL->getPrivateGlobalPrefix(),
1376 OutStreamer.EmitLabel(getPICLabel(DL->getPrivateGlobalPrefix(),
1407 OutStreamer.EmitLabel(getPICLabel(DL->getPrivateGlobalPrefix(),
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp51 Name += DL->getPrivateGlobalPrefix();
H A DPPCAsmPrinter.cpp165 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
293 if (OutContext.LookupSymbol(Twine(DL->getPrivateGlobalPrefix()) +
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp109 NameStr += DL->getPrivateGlobalPrefix();
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp229 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp505 OS << DL->getPrivateGlobalPrefix();
H A DAsmPrinter.cpp2060 return OutContext.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix()) +
2068 return OutContext.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
2085 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
2099 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp205 Twine(getDataLayout().getPrivateGlobalPrefix()) + "CPI" +
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp467 DL->getPrivateGlobalPrefix();
478 return Ctx.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
H A DMachineBasicBlock.cpp57 const char *Prefix = TM.getDataLayout()->getPrivateGlobalPrefix();
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp610 O << DL->getPrivateGlobalPrefix() << "CPI"
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp97 Name += DL->getPrivateGlobalPrefix();

Completed in 498 milliseconds