LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/fallible_iterator.h"
#include "llvm/ADT/iterator.h"
#include "llvm/BinaryFormat/Minidump.h"
#include "llvm/Object/Binary.h"
#include "llvm/Support/Error.h"
Go to the source code of this file.
Classes | |
class | llvm::object::MinidumpFile |
A class providing access to the contents of a minidump file. More... | |
class | llvm::object::MinidumpFile::MemoryInfoIterator |
class | llvm::object::MinidumpFile::Memory64Iterator |
Class the provides an iterator over the memory64 memory ranges. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::object |