Home
last modified time | relevance | path

Searched refs:InputFormat (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCopyConfig.cpp470 StringRef InputFormat, OutputFormat; in parseObjcopyOptions() local
472 InputFormat = InputArgs.getLastArgValue(OBJCOPY_target); in parseObjcopyOptions()
475 InputFormat = InputArgs.getLastArgValue(OBJCOPY_input_target); in parseObjcopyOptions()
482 Config.InputFormat = StringSwitch<FileFormat>(InputFormat) in parseObjcopyOptions()
497 Config.OutputFormat = Config.InputFormat; in parseObjcopyOptions()
947 Config.InputFormat = FileFormat::Unspecified; in parseStripOptions()
HDCopyConfig.h153 FileFormat InputFormat = FileFormat::Unspecified; member
HDllvm-objcopy.cpp267 switch (Config.InputFormat) { in executeObjcopy()