LLVM 19.0.0git
Classes | Namespaces | Functions
Memory.h File Reference
#include "llvm/Support/DataTypes.h"
#include <system_error>

Go to the source code of this file.

Classes

class  llvm::sys::MemoryBlock
 This class encapsulates the notion of a memory block which has an address and a size. More...
 
class  llvm::sys::Memory
 This class provides various memory handling functions that manipulate MemoryBlock instances. More...
 
class  llvm::sys::OwningMemoryBlock
 Owning version of MemoryBlock. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sys
 

Functions

raw_ostream & llvm::sys::operator<< (raw_ostream &OS, const Memory::ProtectionFlags &PF)
 Debugging output for Memory::ProtectionFlags.
 
raw_ostream & llvm::sys::operator<< (raw_ostream &OS, const MemoryBlock &MB)
 Debugging output for MemoryBlock.