Home
last modified time | relevance | path

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

/external/llvm/utils/
Dllvm-compilers-check252 build_abbrev, source_abbrev, argument
259 self.build_abbrev = build_abbrev
348 prefix = "[" + ssabbrev[self.source_abbrev[source]] + "-" + self.build_abbrev[build] + "]"
573 build_abbrev = dict(debug="dbg", release="opt", paranoid="par") variable
580 check_options(parser, options, build_abbrev.keys());
608 build_abbrev, source_abbrev,