LLVM
10.0.0svn
|
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 | |
llvm | |
This class represents lattice values for constants. | |
llvm::sys | |
Functions | |
raw_ostream & | llvm::sys::operator<< (raw_ostream &OS, const Memory::ProtectionFlags &PF) |
Debugging output for Memory::ProtectionFlags. More... | |
raw_ostream & | llvm::sys::operator<< (raw_ostream &OS, const MemoryBlock &MB) |
Debugging output for MemoryBlock. More... | |