Lines Matching refs:cc1_plugin
124 class libcc1_connection : public cc1_plugin::connection
176 c_call_binding_oracle (cc1_plugin::connection *conn, in c_call_binding_oracle()
189 c_call_symbol_address (cc1_plugin::connection *conn, const char *identifier) in c_call_symbol_address()
222 if (!cc1_plugin::call (self->connection, NAME, &result)) in rpc()
233 if (!cc1_plugin::call (self->connection, NAME, &result, arg)) in rpc()
244 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2)) in rpc()
255 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3)) in rpc()
267 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
280 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
294 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2, arg3, in rpc()
306 rpc<R, cc1_plugin::c::N>,
308 rpc<R, cc1_plugin::c::N, A>,
310 rpc<R, cc1_plugin::c::N, A, B>,
312 rpc<R, cc1_plugin::c::N, A, B, C>,
314 rpc<R, cc1_plugin::c::N, A, B, C, D>,
316 rpc<R, cc1_plugin::c::N, A, B, C, D, E>,
318 rpc<R, cc1_plugin::c::N, A, B, C, D, E, F, G>,
537 cc1_plugin::status result = cc1_plugin::FAIL; in fork_exec()
539 && ::cc1_plugin::marshall (self->connection, GCC_C_FE_VERSION_1)) in fork_exec()
604 cc1_plugin::callback_ftype *fun in libcc1_compile()
605 = cc1_plugin::callback<int, in libcc1_compile()
611 fun = cc1_plugin::callback<gcc_address, in libcc1_compile()