Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dllvm-compilers-check255 build_abbrev, source_abbrev, argument
263 self.source_abbrev = source_abbrev
349 ssabbrev = get_short_abbrevs([ab for ab in self.source_abbrev.values()])
351 prefix = "[" + ssabbrev[self.source_abbrev[source]] + "-" + self.build_abbrev[build] + "]"
353 self.install_prefix += "/" + self.source_abbrev[source] + "/" + build
355 build_suffix += "/" + self.source_abbrev[source] + "/" + build
592 source_abbrev = get_path_abbrevs(set(options.src)) variable
611 build_abbrev, source_abbrev,