Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h57 bool GetPathsAtIndex(uint32_t idx, ConstString &path,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp304 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex() function in PathMappingList
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1152 if (!list.GetPathsAtIndex(i, old_path, new_path)) in HandleArgumentCompletion()