Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dmodinfo-collect.py10 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 Dcheck_sparse.py47 compile_commands = json.load(fd) variable
51 for cmd in compile_commands:
/openbmc/linux/scripts/clang-tools/
H A Dgen_compile_commands.py195 compile_commands = []
218 compile_commands.append(entry)
224 json.dump(compile_commands, f, indent=2, sort_keys=True)
/openbmc/linux/
H A DMakefile730 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.gitignore165 /compile_commands.json
/openbmc/telemetry/
H A D.gitignore140 compile_commands.json
/openbmc/bmcweb/
H A D.gitignore235 compile_commands.json
/openbmc/qemu/
H A Dmeson.build713 'compile_commands.json', sparse.full_path(), '-Wbitwise',
3680 # unique when it comes to lookup in compile_commands.json.