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

References

lib/Target/PowerPC/PPCMCInstLower.cpp
   45   if (MO.getTargetFlags() & PPCII::MO_NLP_FLAG)
   51   if (!MO.isGlobal()) {
   52     assert(MO.isSymbol() && "Isn't a symbol reference");
   53     Mangler::getNameWithPrefix(Name, MO.getSymbolName(), DL);
   55     const GlobalValue *GV = MO.getGlobal();
   64   if (MO.getTargetFlags() & PPCII::MO_NLP_FLAG) {
   70       assert(MO.isGlobal() && "Extern symbol not handled yet");
   72                    StubValueTy(AP.getSymbol(MO.getGlobal()),
   73                                !MO.getGlobal()->hasInternalLinkage());