Lines Matching defs:ProgName
226 static const Target *GetTarget(const char *ProgName) {
237 WithColor::error(errs(), ProgName) << Error;
314 static int AssembleInput(const char *ProgName, const Target *TheTarget,
324 WithColor::error(errs(), ProgName)
366 const char *ProgName = argv[0];
367 const Target *TheTarget = GetTarget(ProgName);
377 WithColor::error(errs(), ProgName)
402 WithColor::error(errs(), ProgName)
434 errs() << ProgName << ": Dwarf version " << DwarfVersion
442 errs() << ProgName
449 errs() << ProgName
458 errs() << ProgName << ": the 64-bit DWARF format is not supported for "
571 Res = AssembleInput(ProgName, TheTarget, SrcMgr, Ctx, *Str, *MAI, *STI,