Lines Matching defs:OutFile
262 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error {
263 raw_crc_ostream CRCBuffer(OutFile);
287 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error {
289 objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile))
373 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error {
374 raw_crc_ostream CRCBuffer(OutFile);
401 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error {
402 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile);
437 Config.Common.OutputFilename, [&](raw_ostream &OutFile) -> Error {
438 return objcopy::executeObjcopyOnBinary(Config, InputFile, OutFile);