HomeSort by relevance Sort by last modified time
    Searched refs:Mang (Results 1 - 25 of 42) 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;
62 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
68 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
88 Mangler *Mang, const TargetMachine &TM) const;
92 Mangler *Mang, const TargetMachine &TM) const;
96 Mangler *Mang, const TargetMachine &TM) const;
109 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
115 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
127 Mangler *Mang, const TargetMachine &TM) const
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 24 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
31 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
X86TargetObjectFile.cpp 25 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
32 const MCSymbol *Sym = Mang->getSymbol(GV);
40 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
44 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
46 return Mang->getSymbol(GV);
X86MCInstLower.h 32 Mangler *Mang;
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
X86AsmPrinter.cpp 100 GVSym = Mang->getSymbol(GV);
113 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
120 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
127 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
640 DLLExportedFns.push_back(Mang->getSymbol(I));
645 DLLExportedGlobals.push_back(Mang->getSymbol(I));
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 83 SectionKind Kind, Mangler *Mang,
90 Mangler *Mang,
92 return SectionForGlobal(GV, getKindForGlobal(GV, TM), Mang, TM);
100 Mangler *Mang, const TargetMachine &TM) const = 0;
105 getSpecialCasedSectionGlobals(const GlobalValue *GV, Mangler *Mang,
114 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
120 getCFIPersonalitySymbol(const GlobalValue *GV, Mangler *Mang,
142 Mangler *Mang, const TargetMachine &TM) const;
  /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);
HexagonMCInstLower.cpp 74 MCO = GetSymbolRef(MO, AP.Mang->getSymbol(MO.getGlobal()), AP);
  /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 34 Mangler *Mang,
MipsMCInstLower.h 30 Mangler *Mang;
34 void Initialize(Mangler *mang, MCContext *C);
MipsTargetObjectFile.cpp 92 Mangler *Mang, const TargetMachine &TM) const {
103 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GV, Kind, Mang,TM);
MipsMCInstLower.cpp 32 Mang = M;
73 Symbol = Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 49 Mangler *Mang,
56 return Mang->getSymbol(GV);
59 Mang->getSymbol(GV)->getName());
176 Mangler *Mang, const TargetMachine &TM) const {
209 Mangler *Mang, const TargetMachine &TM) const {
226 MCSymbol *Sym = Mang->getSymbol(GV);
318 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
326 Mang->getNameWithPrefix(Name, GV, true);
334 MCSymbol *Sym = Mang->getSymbol(GV);
343 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer)
    [all...]
  /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 getExprForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
295 const MCSymbol *Sym = Mang->getSymbol(GV);
  /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);
ARMException.cpp 75 MCSymbol *PerSym = Asm->Mang->getSymbol(Personality);
Win64Exception.cpp 105 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 96 Mangler *Mang,
NVPTXAsmPrinter.cpp 88 return MCSymbolRefExpr::Create(AP.Mang->getSymbol(GV), Ctx);
559 O << *Mang->getSymbol(MO.getGlobal());
779 CurrentFnSym = Mang->getSymbol(F);
790 CurrentFnSym = Mang->getSymbol(F);
797 CurrentFnSym = Mang->getSymbol(F);
814 CurrentFnSym = Mang->getSymbol(F);
877 Mang = new Mangler(OutContext, *TM.getTargetData());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 46 AP.Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate);
62 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
88 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
PPCAsmPrinter.cpp 213 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
223 StubValueTy(Mang->getSymbol(GV), !GV->hasInternalLinkage());
225 SymToPrint = Mang->getSymbol(GV);
228 SymToPrint = Mang->getSymbol(GV);
365 MOSymbol = Mang->getSymbol(MO.getGlobal());
658 StubSym = MachineModuleInfoImpl::StubValueTy(Mang->getSymbol(*I), true);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 116 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(GV, Mang,TM));
119 MCSymbol *GVSym = Mang->getSymbol(GV);
237 O << *Mang->getSymbol(MO.getGlobal());

Completed in 175 milliseconds

1 2