Searched refs:exclude (Results 1 – 6 of 6) sorted by relevance
35 "-Wl,--exclude-libs=libunwind_llvm.a",36 "-Wl,--exclude-libs=libc++_static.a",41 "-Wl,--exclude-libs=libvpx_assembly_arm.a",44 ldflags -= [ "-Wl,--exclude-libs=libvpx_assembly_arm.a" ]
79 for exclude in excludes:80 cmd += " --exclude-dir={}".format(exclude)
55 exclude = config.get("performance").get("exclude") variable in PerformanceAnalyse178 if tmp_dir in self.exclude:
48 exclude = config.get("build_option").get("exclude") variable52 if tmp_dir in exclude:
790 # excluded from the INPUT source files. This way you can easily exclude a806 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude810 # exclude all test directories for example use the pattern */test/*821 # exclude all test directories use the pattern */test/*