Searched refs:mod_src_ (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_debug.cc | 73 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()
|
D | bcc_debug.h | 30 mod_src_(mod_src), in SourceDebugger() 59 const std::string &mod_src_; variable
|
D | bpf_module.cc | 199 *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()
|
D | bpf_module.h | 173 std::string mod_src_; variable
|
/external/bcc/src/cc/includes/ |
D | bcc_debug.h | 30 mod_src_(mod_src), in SourceDebugger() 59 const std::string &mod_src_; variable
|
D | bpf_module.h | 173 std::string mod_src_; variable
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.h | 195 std::string &mod_src_; variable
|
D | b_frontend_action.cc | 1719 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()
|