Home
last modified time | relevance | path

Searched refs:maps_ns (Results 1 – 12 of 12) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dloader.cc36 TableStorage &ts, const string &id, const std::string &maps_ns) { in parse() argument
64 ret = codegen_->visit(parser_->root_node_, ts, id, maps_ns); in parse()
Dloader.h41 TableStorage &ts, const std::string &id, const std::string &maps_ns);
Dcodegen_llvm.h69 const std::string &maps_ns);
Dcodegen_llvm.cc1234 const string &maps_ns) { in visit() argument
/external/bcc/src/cc/frontends/clang/
Dloader.h57 std::string &mod_src, const std::string &maps_ns);
67 const std::string &maps_ns);
Dloader.cc111 const std::string &maps_ns) { in parse() argument
204 main_buf, id, func_src, mod_src, true, maps_ns)) { in parse()
215 main_buf, id, func_src, mod_src, false, maps_ns)) in parse()
262 const std::string &maps_ns) { in do_compile() argument
376 BFrontendAction bact(os1, flags_, ts, id, main_path, func_src, mod_src, maps_ns); in do_compile()
Db_frontend_action.h158 const std::string &maps_ns);
170 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
Db_frontend_action.cc1120 Path maps_ns_path({"ns", fe_.maps_ns(), table.name}); in VisitVarDecl()
1217 Path maps_ns_path({"ns", fe_.maps_ns(), table.name}); in VisitVarDecl()
1354 const std::string &maps_ns) in BFrontendAction() argument
1359 maps_ns_(maps_ns), in BFrontendAction()
/external/bcc/src/cc/includes/
Dbpf_module.h84 const std::string &maps_ns = "");
90 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
/external/bcc/src/cc/
Dbpf_module.h84 const std::string &maps_ns = "");
90 std::string maps_ns() const { return maps_ns_; } in maps_ns() function
Dbpf_module.cc90 const std::string &maps_ns) in BPFModule() argument
96 maps_ns_(maps_ns), in BPFModule()
/external/bcc/src/cc/api/
DBPF.h50 … bool rw_engine_enabled = bpf_module_rw_engine_enabled(), const std::string &maps_ns = "")
52 bpf_module_(new BPFModule(flag, ts, rw_engine_enabled, maps_ns)) {} in flag_()