HomeSort by relevance Sort by last modified time
    Searched refs:Mang (Results 26 - 46 of 46) sorted by null

12

  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 99 GVSym = Mang->getSymbol(GV);
112 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
119 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
126 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
648 DLLExportedFns.push_back(Mang->getSymbol(I));
653 DLLExportedGlobals.push_back(Mang->getSymbol(I));
X86MCInstLower.cpp 37 Mangler *Mang;
43 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
57 X86MCInstLower::X86MCInstLower(Mangler *mang, const MachineFunction &mf,
59 : Ctx(mf.getContext()), Mang(mang), MF(mf), TM(mf.getTarget()),
84 Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
113 StubValueTy(Mang->getSymbol(MO.getGlobal()),
127 StubValueTy(Mang->getSymbol(MO.getGlobal()),
143 StubValueTy(Mang->getSymbol(MO.getGlobal()),
695 X86MCInstLower MCInstLowering(Mang, *MF, *this)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 79 MCSymbol *PerSym = Asm->Mang->getSymbol(Personality);
AsmPrinter.cpp 162 Mang = new Mangler(OutContext, *TM.getDataLayout());
271 MCSymbol *GVSym = Mang->getSymbol(GV);
308 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
337 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM);
427 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM));
859 MCSymbol *Name = Mang->getSymbol(&F);
867 getObjFileLowering().emitModuleFlags(OutStreamer, ModuleFlags, Mang, TM);
896 OutStreamer.EmitSymbolAttribute(Mang->getSymbol(I), MCSA_WeakReference);
901 OutStreamer.EmitSymbolAttribute(Mang->getSymbol(I), MCSA_WeakReference);
909 MCSymbol *Name = Mang->getSymbol(I)
    [all...]
AsmPrinterDwarf.cpp 128 TLOF.getTTypeGlobalReference(GV, Mang, MMI, Encoding, OutStreamer);
OcamlGCPrinter.cpp 61 AP.Mang->getNameWithPrefix(TmpStr, SymName);
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 85 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal()));
ARMAsmPrinter.cpp 315 const MCExpr *E = MCSymbolRefExpr::Create(Mang->getSymbol(GV),
376 O << *Mang->getSymbol(GV);
601 TextSections.insert(TLOFMacho.SectionForGlobal(F, Mang, TM));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 76 MCO = GetSymbolRef(MO, AP.Mang->getSymbol(MO.getGlobal()), AP);
HexagonAsmPrinter.cpp 102 O << *Mang->getSymbol(MO.getGlobal());
270 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *Mang->getSymbol(MO.getGlobal());
MSP430MCInstLower.cpp 36 return Printer.Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 107 MCOp = lowerSymbolOperand(MO, Mang->getSymbol(MO.getGlobal()));
AArch64AsmPrinter.cpp 96 Name = Mang->getSymbol(MO.getGlobal())->getName();
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 39 return Printer.Mang->getSymbol(MO.getGlobal());
MBlazeAsmPrinter.cpp 240 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 246 MCInstLowering.Initialize(Mang, &MF->getContext());
472 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 85 Mangler *Mang;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 165 MCSymbol *Name = AP.Mang->getSymbol(GVar);
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 96 O << *Mang->getSymbol(MO.getGlobal());

Completed in 3956 milliseconds

12