HomeSort by: relevance | last modified time | path
    Searched refs:extdef_map_cmd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py 164 def is_ctu_capable(extdef_map_cmd):
169 run_command([extdef_map_cmd, '-version'])
arguments.py 138 if not is_ctu_capable(args.extdef_map_cmd):
384 dir='', extdef_map_cmd=''),
400 dir='', extdef_map_cmd=''),
408 dir='', extdef_map_cmd=''),
415 dest='extdef_map_cmd',
analyze.py 121 extdef_map_cmd=args.extdef_map_cmd)
123 else CtuConfig(collect=False, analyze=False, dir='', extdef_map_cmd=''))
134 extdef_map_cmd=ctu_config[3])
261 # CTU strings are coming from args.ctu_dir and extdef_map_cmd,
264 dir='', extdef_map_cmd='')
268 dir='', extdef_map_cmd='')
628 extdefmap_command = [opts['ctu'].extdef_map_cmd]

Completed in 24 milliseconds