ΒΆExpected<std::vector<NewArchiveMember>>
createNewArchiveMembers(
    const llvm::objcopy::MultiFormatConfig&
        Config,
    const object::Archive& Ar)

Description

Applies the transformations described by \p Config to each member in archive \p Ar.

Declared at: llvm/lib/ObjCopy/Archive.h:25

Parameters

const llvm::objcopy::MultiFormatConfig& Config
const object::Archive& Ar

Returns

Vector of transformed archive members.