Searched refs:mod_src_ (Results 1 – 8 of 8) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_debug.cc | 63 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()
|
D | bcc_debug.h | 28 mod_src_(mod_src), in SourceDebugger() 57 const std::string &mod_src_; variable
|
D | bpf_module.h | 143 std::string mod_src_; variable
|
D | bpf_module.cc | 478 *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/ |
D | bcc_debug.h | 28 mod_src_(mod_src), in SourceDebugger() 57 const std::string &mod_src_; variable
|
D | bpf_module.h | 143 std::string mod_src_; variable
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.h | 183 std::string &mod_src_; variable
|
D | b_frontend_action.cc | 1355 mod_src_(mod_src) {} in BFrontendAction() 1395 llvm::raw_string_ostream tmp_os(mod_src_); in EndSourceFileAction()
|