HomeSort by relevance Sort by last modified time
    Searched refs:getPrivateGlobalPrefix (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 55 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
72 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 423 const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; }
430 return getPrivateGlobalPrefix();
  /external/llvm/lib/IR/
Mangler.cpp 31 OS << DL.getPrivateGlobalPrefix();
  /external/llvm/include/llvm/IR/
DataLayout.h 251 return getPrivateGlobalPrefix();
267 const char *getPrivateGlobalPrefix() const {
  /external/llvm/lib/MC/
MCContext.cpp 117 isTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
153 << MAI->getPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
MCStreamer.cpp 194 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 187 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
196 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "SJLJEH"
846 OS << DL->getPrivateGlobalPrefix() << "_LSDA_" << getFunctionNumber()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 51 Name += DL->getPrivateGlobalPrefix();
PPCAsmPrinter.cpp 165 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
293 if (OutContext.LookupSymbol(Twine(DL->getPrivateGlobalPrefix()) +
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 109 NameStr += DL->getPrivateGlobalPrefix();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 229 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 505 OS << DL->getPrivateGlobalPrefix();
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 205 Twine(getDataLayout().getPrivateGlobalPrefix()) + "CPI" +
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 467 DL->getPrivateGlobalPrefix();
478 return Ctx.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
    [all...]
MachineBasicBlock.cpp 57 const char *Prefix = TM.getDataLayout()->getPrivateGlobalPrefix();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 610 O << DL->getPrivateGlobalPrefix() << "CPI"
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 97 Name += DL->getPrivateGlobalPrefix();
    [all...]

Completed in 273 milliseconds