LLVM 22.0.0git
COFFImportFile.h File Reference

Go to the source code of this file.

Classes

class  llvm::object::COFFImportFile
struct  llvm::object::COFFShortExport

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::object

Functions

LLVM_ABI Error llvm::object::writeImportLibrary (StringRef ImportName, StringRef Path, ArrayRef< COFFShortExport > Exports, COFF::MachineTypes Machine, bool MinGW, ArrayRef< COFFShortExport > NativeExports={})
 Writes a COFF import library containing entries described by the Exports array.

Variables

constexpr std::string_view llvm::object::ImportDescriptorPrefix = "__IMPORT_DESCRIPTOR_"
constexpr std::string_view llvm::object::NullImportDescriptorSymbolName
constexpr std::string_view llvm::object::NullThunkDataPrefix = "\x7f"
constexpr std::string_view llvm::object::NullThunkDataSuffix = "_NULL_THUNK_DATA"