LLVM
8.0.1
|
#include "llvm/ADT/Triple.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/Object/COFF.h"
#include "llvm/Object/ELFObjectFile.h"
#include "llvm/Object/MachO.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Object/Wasm.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstdint>
#include <system_error>
Go to the source code of this file.
Classes | |
class | llvm::object::RelocVisitor |
Base class for object file relocation visitors. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::object | |