Home
last modified time | relevance | path

Searched defs:ncflags (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_common.cc21 int ncflags, bool allow_rlimit, const char *dev_name) { in bpf_module_create_c()
31 int ncflags, bool allow_rlimit, const char *dev_name) { in bpf_module_create_c_from_string()
H A Dbpf_module.cc218 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile()
953 int BPFModule::load_c(const string &filename, const char *cflags[], int ncflags) { in load_c()
976 int BPFModule::load_string(const string &text, const char *cflags[], int ncflags) { in load_string()
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Dloader.cc195 bool in_memory, const char *cflags[], int ncflags, const std::string &id, in parse()