|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/Object/COFF.h"#include "llvm/Object/IRObjectFile.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Object/SymbolicFile.h"#include "llvm/Support/MemoryBuffer.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 | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::object | |
Functions | |
| Error | llvm::object::writeImportLibrary (StringRef ImportName, StringRef Path, ArrayRef< COFFShortExport > Exports, COFF::MachineTypes Machine, bool MinGW) |
1.8.13