Home
last modified time | relevance | path

Searched refs:GenerateWithNinja (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/scripts/
Dgenerate_compdb.py43 compile_db.GenerateWithNinja(args.p, args.targets)))
Dbuild_file.py78 f.write(compile_db.GenerateWithNinja('.'))
Drun_tool.py364 compile_commands = compile_db.GenerateWithNinja(args.p)
/external/v8/tools/clang/pylib/clang/
Dcompile_db.py87 def GenerateWithNinja(path, targets=[]): function