Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1086 target->GetImageSearchPathList().Append( in DoExecute()
1124 target->GetImageSearchPathList().Clear(notify); in DoExecute()
1210 target->GetImageSearchPathList().Insert( in DoExecute()
1258 target->GetImageSearchPathList().Dump(&result.GetOutputStream()); in DoExecute()
1306 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1031 PathMappingList &GetImageSearchPathList();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1536 target_sp->GetImageSearchPathList().Append(csFrom, csTo, true); in AppendImageSearchPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2141 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() function in Target