Home
last modified time | relevance | path

Searched refs:IncreaseSourceRealpathCompatibleCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRealpathPrefixes.h48 void IncreaseSourceRealpathCompatibleCount() { in IncreaseSourceRealpathCompatibleCount() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp186 realpath_prefixes->IncreaseSourceRealpathCompatibleCount(); in FindCompatibleIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h304 void IncreaseSourceRealpathCompatibleCount(uint32_t count);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp318 target.GetStatistics().IncreaseSourceRealpathCompatibleCount( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp263 void TargetStats::IncreaseSourceRealpathCompatibleCount(uint32_t count) { in IncreaseSourceRealpathCompatibleCount() function in TargetStats