HomeSort by relevance Sort by last modified time
    Searched refs:make_writer (Results 1 - 2 of 2) sorted by null

  /external/bcc/src/cc/
bpf_module.h 67 std::string make_writer(llvm::Module *mod, llvm::Type *type);
bpf_module.cc 313 // make_writer back into binary representations. The encoding of the string
384 // make_writer generates a dynamic function in the instruction set of the host
398 string BPFModule::make_writer(Module *mod, Type *type) { function in class:ebpf::BPFModule
540 make_writer(&*m, key_type), _1, _2, _3);
542 std::bind(&BPFModule::snprintf, this, make_writer(&*m, leaf_type),

Completed in 371 milliseconds