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

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 55 MachineModuleInfoImpl::StubValueTy &StubSym =
57 if (StubSym.getPointer())
61 StubSym =
67 StubSym =
82 MachineModuleInfoImpl::StubValueTy &StubSym =
86 if (StubSym.getPointer() == 0) {
88 StubSym = MachineModuleInfoImpl::
PPCAsmPrinter.cpp 192 MachineModuleInfoImpl::StubValueTy &StubSym =
194 if (StubSym.getPointer() == 0)
195 StubSym = MachineModuleInfoImpl::
211 MachineModuleInfoImpl::StubValueTy &StubSym =
214 if (StubSym.getPointer() == 0)
215 StubSym = MachineModuleInfoImpl::
221 MachineModuleInfoImpl::StubValueTy &StubSym =
224 if (StubSym.getPointer() == 0)
225 StubSym = MachineModuleInfoImpl::
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 108 MachineModuleInfoImpl::StubValueTy &StubSym =
110 if (StubSym.getPointer() == 0)
111 StubSym = MachineModuleInfoImpl::
115 MachineModuleInfoImpl::StubValueTy &StubSym =
117 if (StubSym.getPointer() == 0)
118 StubSym = MachineModuleInfoImpl::
122 MachineModuleInfoImpl::StubValueTy &StubSym =
124 if (StubSym.getPointer() == 0)
125 StubSym = MachineModuleInfoImpl::
146 MachineModuleInfoImpl::StubValueTy &StubSym
    [all...]
X86MCInstLower.cpp 107 MachineModuleInfoImpl::StubValueTy &StubSym =
109 if (StubSym.getPointer() == 0) {
111 StubSym =
121 MachineModuleInfoImpl::StubValueTy &StubSym =
123 if (StubSym.getPointer() == 0) {
125 StubSym =
135 MachineModuleInfoImpl::StubValueTy &StubSym =
137 if (StubSym.getPointer())
141 StubSym =
147 StubSym
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 105 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
106 if (StubSym.getPointer() == 0) {
108 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
642 MachineModuleInfoImpl::StubValueTy &StubSym =
645 if (StubSym.getPointer() == 0) {
647 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
673 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);
674 if (StubSym.getPointer() == 0) {
676 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 163 milliseconds