Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
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)
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py212 def format_entry(exec_trace): argument
220 logging.debug('format this command: %s', exec_trace['command'])
221 compilation = split_command(exec_trace['command'])
228 'directory': exec_trace['directory'],
230 'file': abspath(exec_trace['directory'], source)