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

  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 11 // MachineModuleInfoImpl.
28 typedef std::pair<MCSymbol*, MachineModuleInfoImpl::StubValueTy> PairTy;
36 MachineModuleInfoImpl::SymbolListTy
37 MachineModuleInfoImpl::GetSortedStubs(const DenseMap<MCSymbol*,
38 MachineModuleInfoImpl::StubValueTy>&Map) {
39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
TargetLoweringObjectFileImpl.cpp 105 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
108 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
642 MachineModuleInfoImpl::StubValueTy &StubSym =
647 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
673 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);
676 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
MachineModuleInfo.cpp 33 MachineModuleInfoImpl::~MachineModuleInfoImpl() {}
  /external/llvm/lib/Target/X86/
X86COFFMachineModuleInfo.h 25 /// X86COFFMachineModuleInfo - This is a MachineModuleInfoImpl implementation
27 class X86COFFMachineModuleInfo : public MachineModuleInfoImpl {
X86AsmPrinter.cpp 108 MachineModuleInfoImpl::StubValueTy &StubSym =
111 StubSym = MachineModuleInfoImpl::
115 MachineModuleInfoImpl::StubValueTy &StubSym =
118 StubSym = MachineModuleInfoImpl::
122 MachineModuleInfoImpl::StubValueTy &StubSym =
125 StubSym = MachineModuleInfoImpl::
146 MachineModuleInfoImpl::StubValueTy &StubSym =
150 StubSym = MachineModuleInfoImpl::
571 MachineModuleInfoImpl::StubValueTy &MCSym = Stubs[i].second;
X86MCInstLower.cpp 107 MachineModuleInfoImpl::StubValueTy &StubSym =
112 MachineModuleInfoImpl::
121 MachineModuleInfoImpl::StubValueTy &StubSym =
126 MachineModuleInfoImpl::
135 MachineModuleInfoImpl::StubValueTy &StubSym =
142 MachineModuleInfoImpl::
148 MachineModuleInfoImpl::
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 11 // MachineModuleInfoImpl.
23 /// MachineModuleInfoMachO - This is a MachineModuleInfoImpl implementation
25 class MachineModuleInfoMachO : public MachineModuleInfoImpl {
72 /// MachineModuleInfoELF - This is a MachineModuleInfoImpl implementation
74 class MachineModuleInfoELF : public MachineModuleInfoImpl {
MachineModuleInfo.h 78 /// MachineModuleInfoImpl - This class can be derived from and used by targets
83 class MachineModuleInfoImpl {
86 virtual ~MachineModuleInfoImpl();
105 /// MachineModuleInfoImpl, which lets targets accumulate whatever info they
107 MachineModuleInfoImpl *ObjFileMMI;
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 55 MachineModuleInfoImpl::StubValueTy &StubSym =
62 MachineModuleInfoImpl::
68 MachineModuleInfoImpl::
82 MachineModuleInfoImpl::StubValueTy &StubSym =
88 StubSym = MachineModuleInfoImpl::
PPCAsmPrinter.cpp 192 MachineModuleInfoImpl::StubValueTy &StubSym =
195 StubSym = MachineModuleInfoImpl::
211 MachineModuleInfoImpl::StubValueTy &StubSym =
215 StubSym = MachineModuleInfoImpl::
221 MachineModuleInfoImpl::StubValueTy &StubSym =
225 StubSym = MachineModuleInfoImpl::
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 660 MachineModuleInfoImpl::StubValueTy &MCSym = Stubs[i].second;
    [all...]

Completed in 177 milliseconds