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

  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 22 return MF.getContext().GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix()) +
PPCMCInstLower.cpp 54 Name += DL->getPrivateGlobalPrefix();
PPCAsmPrinter.cpp 187 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
    [all...]
  /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 438 const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; }
446 return getPrivateGlobalPrefix();
  /external/llvm/lib/MC/
MCContext.cpp 138 return GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName +
143 return GetOrCreateSymbol(Twine(MAI->getPrivateGlobalPrefix()) + FuncName +
151 IsTemporary = Name.startswith(MAI->getPrivateGlobalPrefix());
177 raw_svector_ostream(NameSV) << MAI->getPrivateGlobalPrefix() << Name;
MCStreamer.cpp 163 StringRef Prefix = Context.getAsmInfo()->getPrivateGlobalPrefix();
  /external/llvm/lib/IR/
Mangler.cpp 38 OS << DL.getPrivateGlobalPrefix();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 208 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "JTI"
217 raw_svector_ostream(Name) << DL->getPrivateGlobalPrefix() << "SJLJEH"
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 279 const char *getPrivateGlobalPrefix() const {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 110 NameStr += DL->getPrivateGlobalPrefix();
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 226 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 509 OS << DL->getPrivateGlobalPrefix();
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 467 DL->getPrivateGlobalPrefix();
478 return Ctx.GetOrCreateSymbol(Twine(DL->getPrivateGlobalPrefix())+
    [all...]
TargetLoweringObjectFileImpl.cpp 758 Name += DL->getPrivateGlobalPrefix();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 180 Twine(getDataLayout().getPrivateGlobalPrefix()) + "CPI" +
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 376 O << DL->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 606 O << DL->getPrivateGlobalPrefix() << "CPI"
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 149 Name += DL->getPrivateGlobalPrefix();
    [all...]

Completed in 323 milliseconds