Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp1077 target->GetImageSearchPathList().Append( in DoExecute()
1111 target->GetImageSearchPathList().Clear(notify); in DoExecute()
1170 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()
1208 target->GetImageSearchPathList().Insert( in DoExecute()
1251 target->GetImageSearchPathList().Dump(&result.GetOutputStream()); in DoExecute()
1294 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1042 PathMappingList &GetImageSearchPathList();
/external/llvm-project/lldb/source/API/
DSBTarget.cpp1573 target_sp->GetImageSearchPathList().Append(csFrom, csTo, true); in AppendImageSearchPath()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2170 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() function in Target