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 54 MachineModuleInfoImpl::StubValueTy &StubSym =
56 if (StubSym.getPointer())
60 StubSym =
66 StubSym =
81 MachineModuleInfoImpl::StubValueTy &StubSym =
85 if (StubSym.getPointer() == 0) {
87 StubSym = MachineModuleInfoImpl::
PPCAsmPrinter.cpp 187 MachineModuleInfoImpl::StubValueTy &StubSym =
189 if (StubSym.getPointer() == 0)
190 StubSym = MachineModuleInfoImpl::
206 MachineModuleInfoImpl::StubValueTy &StubSym =
209 if (StubSym.getPointer() == 0)
210 StubSym = MachineModuleInfoImpl::
216 MachineModuleInfoImpl::StubValueTy &StubSym =
219 if (StubSym.getPointer() == 0)
220 StubSym = MachineModuleInfoImpl::
622 MachineModuleInfoImpl::StubValueTy &StubSym
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 109 MachineModuleInfoImpl::StubValueTy &StubSym =
111 if (StubSym.getPointer() == 0)
112 StubSym = MachineModuleInfoImpl::
116 MachineModuleInfoImpl::StubValueTy &StubSym =
118 if (StubSym.getPointer() == 0)
119 StubSym = MachineModuleInfoImpl::
123 MachineModuleInfoImpl::StubValueTy &StubSym =
125 if (StubSym.getPointer() == 0)
126 StubSym = MachineModuleInfoImpl::
147 MachineModuleInfoImpl::StubValueTy &StubSym
    [all...]
X86MCInstLower.cpp 81 MachineModuleInfoImpl::StubValueTy &StubSym =
83 if (StubSym.getPointer() == 0) {
85 StubSym =
95 MachineModuleInfoImpl::StubValueTy &StubSym =
97 if (StubSym.getPointer() == 0) {
99 StubSym =
109 MachineModuleInfoImpl::StubValueTy &StubSym =
111 if (StubSym.getPointer())
115 StubSym =
121 StubSym
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 331 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
332 if (StubSym.getPointer() == 0) {
334 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
589 MachineModuleInfoImpl::StubValueTy &StubSym =
592 if (StubSym.getPointer() == 0) {
594 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
619 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);
620 if (StubSym.getPointer() == 0) {
622 StubSym = MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 859 MachineModuleInfoImpl::StubValueTy &StubSym =
862 if (StubSym.getPointer() == 0)
863 StubSym = MachineModuleInfoImpl::
    [all...]

Completed in 494 milliseconds