Searched refs:compile_commands (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | modinfo-collect.py | 10 def find_command(src, target, compile_commands): argument 11 for command in compile_commands: 47 compile_commands = json.load(f) 53 command = find_command(src, target, compile_commands)
|
H A D | check_sparse.py | 47 compile_commands = json.load(fd) variable 51 for cmd in compile_commands:
|
/openbmc/linux/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 195 compile_commands = [] 218 compile_commands.append(entry) 224 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
/openbmc/linux/ |
H A D | Makefile | 730 ifneq ($(filter all modules nsdeps %compile_commands.json clang-%,$(MAKECMDGOALS)),) 1484 compile_commands.json rust/test \ 1783 compile_commands.json: $(extmod_prefix)compile_commands.json 1784 PHONY += compile_commands.json 1788 $(KBUILD_EXTMOD)/compile_commands.json 1976 $(extmod_prefix)compile_commands.json: scripts/clang-tools/gen_compile_commands.py \ 1981 targets += $(extmod_prefix)compile_commands.json 1989 clang-tidy clang-analyzer: $(extmod_prefix)compile_commands.json
|
H A D | .gitignore | 165 /compile_commands.json
|
/openbmc/telemetry/ |
H A D | .gitignore | 140 compile_commands.json
|
/openbmc/bmcweb/ |
H A D | .gitignore | 235 compile_commands.json
|
/openbmc/qemu/ |
H A D | meson.build | 780 'compile_commands.json', sparse.full_path(), '-Wbitwise', 3845 # unique when it comes to lookup in compile_commands.json.
|