Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2190 const char *pcm_path = command.GetArgumentAtIndex(0); in DoExecute() local
2191 const FileSpec pcm_file{pcm_path}; in DoExecute()
2206 const char *clang_args[] = {"clang", pcm_path}; in DoExecute()