Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymtab.h228 bool GetWasLoadedFromCache() const { in GetWasLoadedFromCache() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp263 module_stat.symtab_loaded_from_cache = symtab->GetWasLoadedFromCache(); in ReportStatistics()