LLVM 20.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/IR/Mangler.h"
#include "llvm/Object/COFF.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Object/SymbolicFile.h"
#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/Support/raw_ostream.h"
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 | |
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. | |
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" |