Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Actual

939   void *Actual = NULL;
941 Actual = GetPointerToFunction(F, /* AbortOnFailure = */false);
946 // Codegen a new stub, calling the actual address of the external
950 Stub = mpTJI->emitFunctionStub(F, Actual, *this);
957 if (!Actual) {