Home
last modified time | relevance | path

Searched refs:mod_src_ (Results 1 – 8 of 8) sorted by relevance

/external/bcc/src/cc/
Dbcc_debug.cc73 size_t FileBufSize = mod_src_.size(); in buildLineCache()
76 if (mod_src_[end] == '\n' || end == FileBufSize - 1 || in buildLineCache()
77 (mod_src_[end] == '\r' && mod_src_[end + 1] == '\n')) { in buildLineCache()
79 LineCache.push_back(string(mod_src_.substr(start, end - start))); in buildLineCache()
80 if (mod_src_[end] == '\r') in buildLineCache()
Dbcc_debug.h30 mod_src_(mod_src), in SourceDebugger()
59 const std::string &mod_src_; variable
Dbpf_module.cc199 *prog_func_info_, mod_src_, maps_ns_, fake_fd_map_, in load_cfile()
214 *prog_func_info_, mod_src_, "", fake_fd_map_, in load_includes()
298 remapped_sources["/virtual/main.c"] = mod_src_; in load_btf()
530 SourceDebugger src_debugger(mod, *sections_p, *prog_func_info_, mod_src_, in finalize()
Dbpf_module.h173 std::string mod_src_; variable
/external/bcc/src/cc/includes/
Dbcc_debug.h30 mod_src_(mod_src), in SourceDebugger()
59 const std::string &mod_src_; variable
Dbpf_module.h173 std::string mod_src_; variable
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h195 std::string &mod_src_; variable
Db_frontend_action.cc1719 mod_src_(mod_src), in BFrontendAction()
1782 llvm::raw_string_ostream tmp_os(mod_src_); in EndSourceFileAction()
1787 llvm::raw_string_ostream tmp_os(mod_src_); in EndSourceFileAction()