Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp351 std::vector<StringRef> &Lines = LineCache[LineInfo.FileName]; in cacheSource()
455 auto LineBuffer = LineCache.find(LineInfo.FileName); in printSources()
456 if (LineBuffer != LineCache.end()) { in printSources()
H A DSourcePrinter.h136 std::unordered_map<std::string, std::vector<StringRef>> LineCache; variable