reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
   19   const DataLayout &DL = MF.getDataLayout();
   20   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   21                                            Twine(MF.getFunctionNumber()) +
   26   const DataLayout &DL = MF.getDataLayout();
   27   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   29                                            Twine(MF.getFunctionNumber()));
   33   const DataLayout &DL = MF.getDataLayout();
   34   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   36                                            Twine(MF.getFunctionNumber()));
   40   const DataLayout &DL = MF.getDataLayout();
   41   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   43                                            Twine(MF.getFunctionNumber()));