Searched refs:transformed (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1274 ConstString transformed; variable
1275 if (target->GetImageSearchPathList().RemapPath(orig, transformed))
1276 result.GetOutputStream().Printf("%s\n", transformed.GetCString());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6049 * \param transformed If non-NULL, will be set to the filename that the original
6053 CXString *original, CXString *transformed);

Completed in 174 milliseconds