Lines Matching defs:ProgName
236 static const Target *GetTarget(const char *ProgName) {
247 WithColor::error(errs(), ProgName) << Error;
324 static int AssembleInput(const char *ProgName, const Target *TheTarget,
334 WithColor::error(errs(), ProgName)
376 const char *ProgName = argv[0];
377 const Target *TheTarget = GetTarget(ProgName);
387 WithColor::error(errs(), ProgName)
412 WithColor::error(errs(), ProgName)
445 errs() << ProgName << ": Dwarf version " << DwarfVersion
453 errs() << ProgName
460 errs() << ProgName
469 errs() << ProgName << ": the 64-bit DWARF format is not supported for "
584 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI,