Lines Matching refs:Prefix
141 // If there is a match, the function tries to identify a target as prefix.
143 // prefix "x86_64-linux". If such a target prefix is found, it may be
177 // Infer target from the prefix.
178 StringRef Prefix(ProgName);
179 Prefix = Prefix.slice(0, LastComponent);
182 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
183 Target = Prefix;
295 const char *Prefix = IsITANMSVCWindows ? "" : "lib";
302 llvm::sys::path::append(Path, Prefix + Twine("clang_rt.") + Component + "-" +