Searched refs:make_writer (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/ |
D | bpf_module_rw_engine.cc | 290 string BPFModule::make_writer(Module *mod, Type *type) { in make_writer() function in ebpf::BPFModule 396 make_writer(&*m, key_type), _1, _2, _3); in annotate() 398 std::bind(&BPFModule::snprintf, this, make_writer(&*m, leaf_type), in annotate()
|
D | bpf_module.h | 71 std::string make_writer(llvm::Module *mod, llvm::Type *type);
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 71 std::string make_writer(llvm::Module *mod, llvm::Type *type);
|