Lines Matching full:resolution
1 //===-- llvm-lto2: test harness for the resolution-based LTO interface ----===//
11 // resolution-based LTO interface, and outputs one or more object files.
72 "resolution,preopt,promote,internalize,import,opt,precodegen"
79 "resolution", "preopt", "promote", "internalize",
108 cl::desc("Specify a symbol resolution: filename,symbolname,resolution\n"
109 "where \"resolution\" is a sequence (which may be empty) of the\n"
117 "A resolution for each symbol must be specified"));
232 cl::ParseCommandLineOptions(argc, argv, "Resolution-based LTO test harness");
258 llvm::errs() << "invalid resolution: " << R << '\n';
273 llvm::errs() << "invalid character " << C << " in resolution: " << R
409 llvm::errs() << argv[0] << ": missing symbol resolution for " << F
430 llvm::errs() << argv[0] << ": unused symbol resolution for "