Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dcheck_sparse.py47 compile_commands = json.load(fd) variable
51 for cmd in compile_commands:
H A Dmodinfo-collect.py40 compile_commands = { x['output']: x for x in compile_commands_json }
43 entry = compile_commands.get(obj, None)
/qemu/
H A Dmeson.build819 'compile_commands.json', sparse.full_path(), '-Wbitwise',