Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbpf_common.cc29 void * bpf_module_create_c(const char *filename, unsigned flags, const char *cflags[], int ncflags)… in bpf_module_create_c()
38 …_module_create_c_from_string(const char *text, unsigned flags, const char *cflags[], int ncflags) { in bpf_module_create_c_from_string()
Dbpf_module.cc475 int BPFModule::load_cfile(const string &file, bool in_memory, const char *cflags[], int ncflags) { in load_cfile()
999 int BPFModule::load_c(const string &filename, const char *cflags[], int ncflags) { in load_c()
1022 int BPFModule::load_string(const string &text, const char *cflags[], int ncflags) { in load_string()
/external/bcc/src/cc/frontends/clang/
Dloader.cc109 int ncflags, const std::string &id, FuncSource &func_src, in parse()