Home
last modified time | relevance | path

Searched defs:Objcopy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp407 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp692 Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy()