Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp359 std::vector<StringRef> &Lines = LineCache[LineInfo.FileName]; in cacheSource()
453 // - use LineCache if LineInfo::Source otherwise.
463 auto LineBuffer = LineCache.find(LineInfo.FileName); in getLine()
464 if (LineBuffer == LineCache.end()) in getLine()
H A DSourcePrinter.h138 std::unordered_map<std::string, std::vector<StringRef>> LineCache; variable