clang-tools 22.0.0git
|
Functions | |
find_compilation_database (path) | |
MergeSymbols (directory, args) | |
run_find_all_symbols (args, tmpdir, build_path, queue) | |
main () |
run-find-all-symbols.find_compilation_database | ( | path | ) |
Adjusts the directory until a compilation database is found.
Definition at line 37 of file run-find-all-symbols.py.
Referenced by main().
run-find-all-symbols.main | ( | ) |
Definition at line 65 of file run-find-all-symbols.py.
References find_compilation_database(), main(), and MergeSymbols().
Referenced by main().
run-find-all-symbols.MergeSymbols | ( | directory, | |
args ) |
Merge all symbol files (yaml) in a given directory into a single file.
Definition at line 48 of file run-find-all-symbols.py.
Referenced by main().
run-find-all-symbols.run_find_all_symbols | ( | args, | |
tmpdir, | |||
build_path, | |||
queue ) |
Takes filenames out of queue and runs find-all-symbols on them.
Definition at line 55 of file run-find-all-symbols.py.