clang-tools 20.0.0git
|
Functions | |
def | find_compilation_database (path) |
def | MergeSymbols (directory, args) |
def | run_find_all_symbols (args, tmpdir, build_path, queue) |
def | main () |
def 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().
def 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().
def 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().
def 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.