HomeSort by relevance Sort by last modified time
    Searched refs:getPrivateGlobalPrefix (Results 1 - 15 of 15) 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 133 isTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
163 << MAI->getPrivateGlobalPrefix() << "tmp" << NextUniqueID++;
182 return GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
189 return GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
MCStreamer.cpp 230 StringRef Prefix = getContext().getAsmInfo()->getPrivateGlobalPrefix();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 226 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
230 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 455 const char *getPrivateGlobalPrefix() const {
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 393 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "JTI"
401 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "SJLJEH"
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 502 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
507 O << MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/lib/Target/
Mangler.cpp 121 const char *Prefix = MAI->getPrivateGlobalPrefix();
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 56 const char *PGP = AP.MAI->getPrivateGlobalPrefix();
PPCAsmPrinter.cpp 160 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
165 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
312 if (OutContext.LookupSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 128 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 495 OS << MAI->getPrivateGlobalPrefix();
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 446 MAI.getPrivateGlobalPrefix();
457 return Ctx.GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix())+
    [all...]
MachineBasicBlock.cpp 55 const char *Prefix = Ctx.getAsmInfo()->getPrivateGlobalPrefix();
    [all...]

Completed in 69 milliseconds