LLVM
8.0.1
|
#include "llvm/Object/COFFModuleDefinition.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Object/COFF.h"
#include "llvm/Object/COFFImportFile.h"
#include "llvm/Object/Error.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
struct | llvm::object::Token |
class | llvm::object::Lexer |
class | llvm::object::Parser |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::object | |
Functions | |
static bool | llvm::object::isDecorated (StringRef Sym, bool MingwDef) |
static Error | llvm::object::createError (const Twine &Err) |
Expected< COFFModuleDefinition > | llvm::object::parseCOFFModuleDefinition (MemoryBufferRef MB, COFF::MachineTypes Machine, bool MingwDef=false) |