Home | History | Annotate | Download | only in llvm-mc

Lines Matching refs:ProgName

175 static const Target *GetTarget(const char *ProgName) {
192 errs() << ProgName << ": error: invalid target '" << ArchName << "'.\n";
206 errs() << ProgName << ": error: unable to get target for '"
233 static int AsLexInput(const char *ProgName) {
236 errs() << ProgName << ": " << ec.message() << '\n';
250 const Target *TheTarget = GetTarget(ProgName);
342 static int AssembleInput(const char *ProgName) {
343 const Target *TheTarget = GetTarget(ProgName);
349 errs() << ProgName << ": " << ec.message() << '\n';
432 errs() << ProgName
448 static int DisassembleInput(const char *ProgName, bool Enhanced) {
449 const Target *TheTarget = GetTarget(ProgName);
455 errs() << ProgName << ": " << ec.message() << '\n';