Searched refs:executeObjcopyOnRawBinary (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.h27 Error executeObjcopyOnRawBinary(const CopyConfig &Config, MemoryBuffer &In,
H A DELFObjcopy.cpp765 Error executeObjcopyOnRawBinary(const CopyConfig &Config, MemoryBuffer &In, function in namespace:llvm::objcopy::elf
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp143 /// The function executeObjcopyOnRawBinary does the dispatch based on the format
145 static Error executeObjcopyOnRawBinary(CopyConfig &Config, MemoryBuffer &In, function
149 // FIXME: Currently, we call elf::executeObjcopyOnRawBinary even if the
157 return elf::executeObjcopyOnRawBinary(Config, In, Out);
269 ProcessRaw = executeObjcopyOnRawBinary;

Completed in 149 milliseconds