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

  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 52 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
68 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/lib/MC/
MCContext.cpp 90 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
120 << MAI.getPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
139 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) +
146 return GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix()) +
MCStreamer.cpp 214 StringRef Prefix = getContext().getAsmInfo().getPrivateGlobalPrefix();
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 55 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "JTI"
70 raw_svector_ostream(Name) << Printer.MAI->getPrivateGlobalPrefix() << "CPI"
MBlazeAsmPrinter.cpp 248 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
253 O << MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 432 const char *getPrivateGlobalPrefix() const {
  /external/llvm/lib/Target/CellSPU/
SPUAsmPrinter.cpp 254 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
258 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 243 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
247 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 476 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
481 O << MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/lib/Target/
Mangler.cpp 119 const char *Prefix = MAI.getPrivateGlobalPrefix();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 102 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 395 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix()
404 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "JTI"
412 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "SJLJEH"
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 429 MAI.getPrivateGlobalPrefix();
440 return Ctx.GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix())+
MachineBasicBlock.cpp 51 const char *Prefix = Ctx.getAsmInfo().getPrivateGlobalPrefix();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 168 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
173 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 408 OS << MAI->getPrivateGlobalPrefix();
AsmPrinter.cpp     [all...]

Completed in 75 milliseconds