Home
last modified time | relevance | path

Searched refs:snprintf_fn_args (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.cc442 vector<Type *> snprintf_fn_args({B.getInt8PtrTy(), B.getInt64Ty(), B.getInt8PtrTy()}); in make_writer() local
443 …FunctionType *snprintf_fn_type = FunctionType::get(B.getInt32Ty(), snprintf_fn_args, /*isVarArg=*/… in make_writer()