Go to the source code of this file.
|
static bool | llvm::objcopy::coff::isDebugSection (const Section &Sec) |
|
static uint64_t | llvm::objcopy::coff::getNextRVA (const Object &Obj) |
|
static Expected< std::vector< uint8_t > > | llvm::objcopy::coff::createGnuDebugLinkSectionContents (StringRef File) |
|
static void | llvm::objcopy::coff::addSection (Object &Obj, StringRef Name, ArrayRef< uint8_t > Contents, uint32_t Characteristics) |
|
static Error | llvm::objcopy::coff::addGnuDebugLink (Object &Obj, StringRef DebugLinkFile) |
|
static uint32_t | llvm::objcopy::coff::flagsToCharacteristics (SectionFlag AllFlags, uint32_t OldChar) |
|
static Error | llvm::objcopy::coff::dumpSection (Object &O, StringRef SectionName, StringRef FileName) |
|
static Error | llvm::objcopy::coff::handleArgs (const CommonConfig &Config, const COFFConfig &COFFConfig, Object &Obj) |
|
Error | llvm::objcopy::coff::executeObjcopyOnBinary (const CommonConfig &Config, const COFFConfig &, object::COFFObjectFile &In, raw_ostream &Out) |
| Apply the transformations described by Config and COFFConfig to In and writes the result into Out .
|
|