OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineCache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h
136
std::unordered_map<std::string, std::vector<StringRef>>
LineCache
;
SourcePrinter.cpp
351
std::vector<StringRef> &Lines =
LineCache
[LineInfo.FileName];
455
auto LineBuffer =
LineCache
.find(LineInfo.FileName);
456
if (LineBuffer !=
LineCache
.end()) {
Completed in 37 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026