Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.h81 STATUS_RETURN emit_atomic_add(MethodCallExprNode* n);
Dcodegen_llvm.cc701 StatusTuple CodegenLLVM::emit_atomic_add(MethodCallExprNode *n) { in emit_atomic_add() function in ebpf::cc::CodegenLLVM
765 TRY2(emit_atomic_add(n)); in visit_method_call_expr_node()