Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/target/dump-pcm-info/
H A DTestDumpPCMInfo.py35 pcm_path = pcm_paths[0]
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2146 const char *pcm_path = command.GetArgumentAtIndex(0); in DoExecute() local
2147 FileSpec pcm_file{pcm_path}; in DoExecute()
2162 const char *clang_args[] = {"clang", pcm_path}; in DoExecute()