Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py204 def format_entry(exec_trace): argument
212 logging.debug('format this command: %s', exec_trace['command'])
213 compilation = split_command(exec_trace['command'])
220 'directory': exec_trace['directory'],
222 'file': abspath(exec_trace['directory'], source)