Searched refs:resolve_entry_stack (Results 1 – 2 of 2) sorted by relevance
95 llvm::Instruction * resolve_entry_stack();
426 Value *ptr = make_alloca(resolve_entry_stack(), B.getInt8Ty(), "", in visit_string_expr_node()823 make_alloca(resolve_entry_stack(), leaf_type), B.getInt8PtrTy()); in visit_table_index_expr_node()967 AllocaInst *ptr_a = make_alloca(resolve_entry_stack(), ptr_stype); in visit_struct_variable_decl_stmt_node()1021 AllocaInst *ptr_a = make_alloca(resolve_entry_stack(), in visit_integer_variable_decl_stmt_node()1327 Instruction * CodegenLLVM::resolve_entry_stack() { in resolve_entry_stack() function in ebpf::cc::CodegenLLVM