Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_debug.cc63 size_t FileBufSize = mod_src_.size(); in buildLineCache()
66 if (mod_src_[end] == '\n' || end == FileBufSize - 1 || in buildLineCache()
67 (mod_src_[end] == '\r' && mod_src_[end + 1] == '\n')) { in buildLineCache()
69 LineCache.push_back(string(mod_src_.substr(start, end - start))); in buildLineCache()
70 if (mod_src_[end] == '\r') in buildLineCache()
Dbcc_debug.h28 mod_src_(mod_src), in SourceDebugger()
57 const std::string &mod_src_; variable
Dbpf_module.h143 std::string mod_src_; variable
Dbpf_module.cc478 *func_src_, mod_src_, maps_ns_)) in load_cfile()
491 mod_src_, "")) in load_includes()
644 SourceDebugger src_debugger(mod, *sections_p, FN_PREFIX, mod_src_, in finalize()
/external/bcc/src/cc/includes/
Dbcc_debug.h28 mod_src_(mod_src), in SourceDebugger()
57 const std::string &mod_src_; variable
Dbpf_module.h143 std::string mod_src_; variable
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h183 std::string &mod_src_; variable
Db_frontend_action.cc1355 mod_src_(mod_src) {} in BFrontendAction()
1395 llvm::raw_string_ostream tmp_os(mod_src_); in EndSourceFileAction()