Home
last modified time | relevance | path

Searched refs:GetPathsAtIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h65 bool GetPathsAtIndex(uint32_t idx, ConstString &path,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp320 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex() function in PathMappingList
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1141 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()