Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPathMappingList.h49 bool GetPathsAtIndex(uint32_t idx, ConstString &path,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPathMappingList.cpp278 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex() function in PathMappingList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1145 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()