Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp168 RealpathPrefixes *realpath_prefixes) const { in FindCompatibleIndex()
180 if (realpath_prefixes && result == IsCompatibleResult::kOnlyFileMatch) { in FindCompatibleIndex()
182 realpath_prefixes->ResolveSymlinks(curr_file)) { in FindCompatibleIndex()
186 realpath_prefixes->IncreaseSourceRealpathCompatibleCount(); in FindCompatibleIndex()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp303 RealpathPrefixes realpath_prefixes = target.GetSourceRealpathPrefixes(); in SearchCallback() local
311 sc_list, &realpath_prefixes); in SearchCallback()
317 realpath_prefixes.GetSourceRealpathAttemptCount()); in SearchCallback()
319 realpath_prefixes.GetSourceRealpathCompatibleCount()); in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp218 RealpathPrefixes *realpath_prefixes = nullptr) { in FindFileIndexes() argument
221 while ((idx = files.FindCompatibleIndex(idx + 1, file, realpath_prefixes)) != in FindFileIndexes()
252 RealpathPrefixes *realpath_prefixes) { in ResolveSymbolContext() argument
284 FindFileIndexes(GetSupportFiles(), file_spec, realpath_prefixes); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h76 RealpathPrefixes *realpath_prefixes = nullptr) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h402 RealpathPrefixes *realpath_prefixes = nullptr);