Searched refs:MachOMMI (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp632 MachineModuleInfoMachO &MachOMMI = local
639 // Add information about the stub reference to MachOMMI so that the stub
643 GV->hasHiddenVisibility() ? MachOMMI.getHiddenGVStubEntry(SSym) :
644 MachOMMI.getGVStubEntry(SSym);
663 MachineModuleInfoMachO &MachOMMI = local
670 // Add information about the stub reference to MachOMMI so that the stub
673 MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.getGVStubEntry(SSym);

Completed in 68 milliseconds