Home
last modified time | relevance | path

Searched refs:LineCache (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/
Dbcc_debug.cc72 vector<string> LineCache; in buildLineCache() local
79 LineCache.push_back(string(mod_src_.substr(start, end - start))); in buildLineCache()
85 return LineCache; in buildLineCache()
88 void SourceDebugger::dumpSrcLine(const vector<string> &LineCache, in dumpSrcLine() argument
92 if (Line != 0 && Line != CurrentSrcLine && Line < LineCache.size() && in dumpSrcLine()
94 os << "; " << StringRef(LineCache[Line - 1]).ltrim() in dumpSrcLine()
196 vector<string> LineCache = buildLineCache(); in dump() local
244 dumpSrcLine(LineCache, LineInfo.FileName, LineInfo.Line, CurrentSrcLine, in dump()
Dbcc_debug.h45 void dumpSrcLine(const std::vector<std::string> &LineCache,
Dbcc_btf.cc492 std::vector<std::string> LineCache; in adjust() local
498 LineCache.push_back(std::string(it->second.substr(start, end - start))); in adjust()
504 LineCaches[it->first] = std::move(LineCache); in adjust()
/external/bcc/src/cc/includes/
Dbcc_debug.h45 void dumpSrcLine(const std::vector<std::string> &LineCache,