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

1 2

  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 52 Mangler *Mang, const TargetMachine &TM) const;
56 Mangler *Mang, const TargetMachine &TM) const;
61 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
67 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
87 Mangler *Mang, const TargetMachine &TM) const;
91 Mangler *Mang, const TargetMachine &TM) const;
95 Mangler *Mang, const TargetMachine &TM) const;
108 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
114 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
126 Mangler *Mang, const TargetMachine &TM) const
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 24 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
31 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
X86TargetObjectFile.cpp 21 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
28 const MCSymbol *Sym = Mang->getSymbol(GV);
36 getTTypeGlobalReference(GV, Mang, MMI, Encoding, Streamer);
40 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
42 return Mang->getSymbol(GV);
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 85 SectionKind Kind, Mangler *Mang,
92 Mangler *Mang,
94 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
102 Mangler *Mang, const TargetMachine &TM) const = 0;
107 getSpecialCasedSectionGlobals(const GlobalValue *GV, Mangler *Mang,
116 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
122 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
144 Mangler *Mang, const TargetMachine &TM) const;
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 45 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
50 return MCSymbolRefExpr::Create(Mang->getSymbol(GV),
ARMTargetObjectFile.h 32 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.h 34 Mangler *Mang,
HexagonTargetObjectFile.cpp 84 Mangler *Mang, const TargetMachine &TM) const {
93 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.h 35 Mangler *Mang,
MBlazeTargetObjectFile.cpp 78 Mangler *Mang, const TargetMachine &TM) const {
89 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 35 Mangler *Mang,
MipsMCInstLower.h 30 Mangler *Mang;
34 void Initialize(Mangler *mang, MCContext *C);
MipsTargetObjectFile.cpp 106 Mangler *Mang, const TargetMachine &TM) const {
117 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
MipsMCInstLower.cpp 32 Mang = M;
77 Symbol = Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 48 Mangler *Mang,
55 return Mang->getSymbol(GV);
58 Mang->getSymbol(GV)->getName());
91 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
99 Mang->getNameWithPrefix(Name, GV, true);
107 MCSymbol *Sym = Mang->getSymbol(GV);
117 getTTypeGlobalReference(GV, Mang, MMI, Encoding, Streamer);
205 Mangler *Mang, const TargetMachine &TM) const {
238 Mangler *Mang, const TargetMachine &TM) const {
255 MCSymbol *Sym = Mang->getSymbol(GV)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 28 Mangler *Mang;
32 void Initialize(Mangler *mang, MCContext *C);
XCoreMCInstLower.cpp 31 Mang = M;
46 Symbol = Mang->getSymbol(MO.getGlobal());
XCoreAsmPrinter.cpp 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));
119 MCSymbol *GVSym = Mang->getSymbol(GV);
181 MCInstLowering.Initialize(Mang, &MF->getContext());
230 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 101 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
103 return Mang->getSymbol(GV);
245 SectionForGlobal(const GlobalValue *GV, SectionKind Kind, Mangler *Mang,
249 return getExplicitSectionGlobal(GV, Kind, Mang, TM);
253 return SelectSectionForGlobal(GV, Kind, Mang, TM);
261 Mangler *Mang,
292 getTTypeGlobalReference(const GlobalValue *GV, Mangler *Mang,
296 MCSymbolRefExpr::Create(Mang->getSymbol(GV), getContext());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 71 MCSymbol *Sym = Asm->Mang->getSymbol(Personalities[i]);
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
Win64Exception.cpp 104 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 216 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
226 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
228 SymToPrint = Mang->getSymbol(GV);
231 SymToPrint = Mang->getSymbol(GV);
397 MOSymbol = Mang->getSymbol(MO.getGlobal());
436 MOSymbol = Mang->getSymbol(RealGValue);
480 MOSymbol = Mang->getSymbol(RealGValue);
514 MOSymbol = Mang->getSymbol(RealGValue);
537 MCSymbol *MOSymbol = Mang->getSymbol(GValue);
556 MCSymbol *MOSymbol = Mang->getSymbol(GValue)
    [all...]
PPCMCInstLower.cpp 47 AP.Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
63 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
89 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 96 Mangler *Mang,
NVPTXAsmPrinter.cpp 136 return MCSymbolRefExpr::Create(AP.Mang->getSymbol(GV), Ctx);
587 O << *Mang->getSymbol(MO.getGlobal());
807 CurrentFnSym = Mang->getSymbol(F);
818 CurrentFnSym = Mang->getSymbol(F);
825 CurrentFnSym = Mang->getSymbol(F);
842 CurrentFnSym = Mang->getSymbol(F);
905 Mang = new Mangler(OutContext, *TM.getDataLayout());
    [all...]

Completed in 364 milliseconds

1 2