search for: executeobjcopyonbinary

Displaying 8 results from an estimated 8 matches for "executeobjcopyonbinary".

2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...ol DoDebugPubTypes = false );     setDoDebugNames (bool DoDebugNames = false);     setDoGDBIndex (bool DoGDBIndex = false);   } 5. Copying source file contents, stripping tables, compressing/decompressing tables    would be done by ObjCopy llvm library(extracted from llvm-objcopy):   Error executeObjcopyOnBinary(const CopyConfig &Config,                              object::COFFObjectFile &In, Buffer &Out);   Error executeObjcopyOnBinary(const CopyConfig &Config,                              object::ELFObjectFileBase &In, Buffer &Out);   Error executeObjcopyOnBinary(const CopyCo...
2020 Aug 26
3
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...= false); >      setDoGDBIndex (bool DoGDBIndex = false); >    } > > 5. Copying source file contents, stripping tables, > compressing/decompressing tables >     would be done by ObjCopy llvm library(extracted from > llvm-objcopy): > >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::COFFObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::ELFObjectFileBase &In, > Buffer &Out);...
2020 Sep 01
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...= false); >      setDoGDBIndex (bool DoGDBIndex = false); >    } > > 5. Copying source file contents, stripping tables, > compressing/decompressing tables >     would be done by ObjCopy llvm library(extracted from > llvm-objcopy): > >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::COFFObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::ELFObjectFileBase &In, > Buffer &Out);...
2020 Sep 02
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...= false); >>    } >> >> 5. Copying source file contents, stripping tables, >> compressing/decompressing tables >>     would be done by ObjCopy llvm library(extracted from >> llvm-objcopy): >> >>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>                               object::COFFObjectFile &In, >> Buffer &Out); >>    Error executeObjcopyOnBinary(const CopyConfig &Config, >> object::ELFObjectFileBase &In, Buffer &Out); >&g...
2020 Sep 02
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...;>> 5. Copying source file contents, stripping tables, >>> compressing/decompressing tables >>>     would be done by ObjCopy llvm library(extracted from >>> llvm-objcopy): >>> >>>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>> object::COFFObjectFile &In, Buffer &Out); >>>    Error executeObjcopyOnBinary(const CopyConfig &Config, >>> object::ELFObjectFileBase &In, Buffer &Out); >>>    E...
2019 Mar 19
2
AArch64 tests failing
...copy+0x446514) #7 0x000000000042c660 llvm::objcopy::elf::handleArgs(llvm::objcopy::CopyConfig const&, llvm::objcopy::elf::Object&, llvm::objcopy::elf::Reader const&, llvm::objcopy::elf::ElfType) (/clang/build/aarch64/bin/llvm-objcopy+0x42c660) #8 0x000000000042e270 llvm::objcopy::elf::executeObjcopyOnBinary(llvm::objcopy::CopyConfig const&, llvm::object::ELFObjectFileBase&, llvm::objcopy::Buffer&) (/clang/build/aarch64/bin/llvm-objcopy+0x42e270) #9 0x000000000041699c executeObjcopyOnBinary(llvm::objcopy::CopyConfig const&, llvm::object::Binary&, llvm::objcopy::Buffer&) (/clang...
2020 Sep 03
2
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...rce file contents, stripping tables, >>>> compressing/decompressing tables >>>>     would be done by ObjCopy llvm library(extracted >>>> from llvm-objcopy): >>>> >>>>    Error executeObjcopyOnBinary(const CopyConfig >>>> &Config, >>>> object::COFFObjectFile &In, Buffer &Out); >>>>    Error executeObjcopyOnBinary(const CopyConfig >>>> &Config, >>>>...
2020 Aug 31
6
[Proposal][Debuginfo] dsymutil-like tool for ELF.
...= false); >      setDoGDBIndex (bool DoGDBIndex = false); >    } > > 5. Copying source file contents, stripping tables, > compressing/decompressing tables >     would be done by ObjCopy llvm library(extracted from > llvm-objcopy): > >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::COFFObjectFile &In, Buffer > &Out); >    Error executeObjcopyOnBinary(const CopyConfig &Config, >                               object::ELFObjectFileBase &In, > Buffer &Out);...