Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h77 STATUS_RETURN emit_table_update(MethodCallExprNode* n);
Dcodegen_llvm.cc616 StatusTuple CodegenLLVM::emit_table_update(MethodCallExprNode *n) { in emit_table_update() function in ebpf::cc::CodegenLLVM
758 TRY2(emit_table_update(n)); in visit_method_call_expr_node()