reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
308 fail(CLI.DL, DAG, "too many args to ", Callee); 315 fail(CLI.DL, DAG, "pass by value not supported ", Callee); 367 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) { 368 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, PtrVT, 370 } else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee)) { 371 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), PtrVT, 0); 381 Ops.push_back(Callee);