Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRealpathPrefixes.h42 void IncreaseSourceRealpathAttemptCount() { in IncreaseSourceRealpathAttemptCount() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRealpathPrefixes.cpp52 IncreaseSourceRealpathAttemptCount(); in ResolveSymlinks()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h303 void IncreaseSourceRealpathAttemptCount(uint32_t count);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp316 target.GetStatistics().IncreaseSourceRealpathAttemptCount( in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp259 void TargetStats::IncreaseSourceRealpathAttemptCount(uint32_t count) { in IncreaseSourceRealpathAttemptCount() function in TargetStats