Searched refs:do_compile (Results 1 – 2 of 2) sorted by relevance
/external/bcc/src/cc/frontends/clang/ |
D | loader.cc | 203 if (do_compile(mod, ts, in_memory, flags_cstr, flags_cstr_rem, main_path, in parse() 214 if (do_compile(mod, ts, in_memory, flags_cstr, flags_cstr_rem, main_path, in parse() 254 int ClangLoader::do_compile(unique_ptr<llvm::Module> *mod, TableStorage &ts, in do_compile() function in ebpf::ClangLoader
|
D | loader.h | 60 int do_compile(std::unique_ptr<llvm::Module> *mod, TableStorage &ts,
|