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 98 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
101 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
687 MachineModuleInfoImpl::StubValueTy &StubSym =
692 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
715 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);
718 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
    [all...]
MachineModuleInfo.cpp 33 MachineModuleInfoImpl::~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/Sparc/
SparcTargetObjectFile.cpp 30 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
33 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 72 MachineModuleInfoImpl::StubValueTy &StubSym =
79 MachineModuleInfoImpl::
84 MachineModuleInfoImpl::
95 MachineModuleInfoImpl::StubValueTy &StubSym =
101 StubSym = MachineModuleInfoImpl::
PPCAsmPrinter.cpp 181 MachineModuleInfoImpl::StubValueTy &StubSym =
185 StubSym = MachineModuleInfoImpl::
191 MachineModuleInfoImpl::StubValueTy &StubSym =
195 StubSym = MachineModuleInfoImpl::
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 102 MachineModuleInfoImpl::StubValueTy &StubSym =
105 StubSym = MachineModuleInfoImpl::
109 MachineModuleInfoImpl::StubValueTy &StubSym =
113 StubSym = MachineModuleInfoImpl::
117 MachineModuleInfoImpl::StubValueTy &StubSym =
120 StubSym = MachineModuleInfoImpl::
531 MachineModuleInfoImpl::StubValueTy &MCSym) {
X86MCInstLower.cpp 122 MachineModuleInfoImpl::StubValueTy &StubSym =
127 MachineModuleInfoImpl::
134 MachineModuleInfoImpl::StubValueTy &StubSym =
139 MachineModuleInfoImpl::
146 MachineModuleInfoImpl::StubValueTy &StubSym =
153 MachineModuleInfoImpl::
158 MachineModuleInfoImpl::
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 485 MachineModuleInfoImpl::StubValueTy &MCSym) {
809 MachineModuleInfoImpl::StubValueTy &StubSym =
813 StubSym = MachineModuleInfoImpl::StubValueTy(getSymbol(GV),
    [all...]

Completed in 279 milliseconds