Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1049 target->GetImageSearchPathList().Append( in DoExecute()
1082 target->GetImageSearchPathList().Clear(notify); in DoExecute()
1141 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()
1178 target->GetImageSearchPathList().Insert( in DoExecute()
1218 target->GetImageSearchPathList().Dump(&result.GetOutputStream()); in DoExecute()
1260 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1052 PathMappingList &GetImageSearchPathList();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1605 target_sp->GetImageSearchPathList().Append(csFrom, csTo, true); in AppendImageSearchPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2189 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() function in Target