Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::object |
|
|
static StringRef | llvm::object::applyNameType (ImportNameType Type, StringRef name) |
|
static uint16_t | llvm::object::getImgRelRelocation (MachineTypes Machine) |
|
template<class T > |
static void | llvm::object::append (std::vector< uint8_t > &B, const T &Data) |
|
static void | llvm::object::writeStringTable (std::vector< uint8_t > &B, ArrayRef< const std::string_view > Strings) |
|
static ImportNameType | llvm::object::getNameType (StringRef Sym, StringRef ExtName, MachineTypes Machine, bool MinGW) |
|
static Expected< std::string > | llvm::object::replace (StringRef S, StringRef From, StringRef To) |
|
Error | llvm::object::writeImportLibrary (StringRef ImportName, StringRef Path, ArrayRef< COFFShortExport > Exports, COFF::MachineTypes Machine, bool MinGW, ArrayRef< COFFShortExport > NativeExports=std::nullopt) |
| Writes a COFF import library containing entries described by the Exports array.
|
|