Lines Matching full:bitcode
104 UsageError(" --bitcode=<file.bc>: specifies the optional bitcode filename.");105 UsageError(" Example: --bitcode=/system/framework/boot.bc");655 } else if (option.starts_with("--bitcode=")) {656 bitcode_filename = option.substr(strlen("--bitcode=")).data();