Home
last modified time | relevance | path

Searched defs:fn_type (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/
Dbpf_module.cc351 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_reader() local
411 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_writer() local
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1171 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), formals, /*isVarArg=*/false); in visit_func_decl_stmt_node() local