Home
last modified time | relevance | path

Searched refs:GetImageSearchPathList (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1057 target->GetImageSearchPathList().Append( in DoExecute()
1089 target->GetImageSearchPathList().Clear(notify); in DoExecute()
1148 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()
1185 target->GetImageSearchPathList().Insert(from, to, insert_idx, in DoExecute()
1221 target->GetImageSearchPathList().Dump(&result.GetOutputStream()); in DoExecute()
1263 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1119 PathMappingList &GetImageSearchPathList();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1465 target_sp->GetImageSearchPathList().Append(srFrom, srTo, true); in AppendImageSearchPath()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2321 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() function in Target