LLVM: llvm::RuntimeDyldChecker::MemoryRegionInfo Class Reference (original) (raw)

#include "[llvm/ExecutionEngine/RuntimeDyldChecker.h](RuntimeDyldChecker%5F8h%5Fsource.html)"

Public Member Functions
MemoryRegionInfo ()=default
MemoryRegionInfo (ArrayRef< char > Content, JITTargetAddress TargetAddress, TargetFlagsType TargetFlags)
Constructor for symbols/sections with content and TargetFlag.
MemoryRegionInfo (uint64_t Size, JITTargetAddress TargetAddress)
Constructor for zero-fill symbols/sections.
bool isZeroFill () const
Returns true if this is a zero-fill symbol/section.
void setContent (ArrayRef< char > Content)
Set the content for this memory region.
void setZeroFill (uint64_t Size)
Set a zero-fill length for this memory region.
ArrayRef< char > getContent () const
Returns the content for this section if there is any.
uint64_t getZeroFillLength () const
Returns the zero-fill length for this section.
void setTargetAddress (JITTargetAddress TargetAddress)
Set the target address for this region.
JITTargetAddress getTargetAddress () const
Return the target address for this region.
TargetFlagsType getTargetFlags () const
Get the target flags for this Symbol.
void setTargetFlags (TargetFlagsType Flags)
Set the target flags for this Symbol.

Definition at line 83 of file RuntimeDyldChecker.h.

llvm::RuntimeDyldChecker::MemoryRegionInfo::MemoryRegionInfo ( ) default

MemoryRegionInfo() [2/3]

MemoryRegionInfo() [3/3]

getContent()

ArrayRef< char > llvm::RuntimeDyldChecker::MemoryRegionInfo::getContent ( ) const inline

getTargetAddress()

JITTargetAddress llvm::RuntimeDyldChecker::MemoryRegionInfo::getTargetAddress ( ) const inline

getTargetFlags()

TargetFlagsType llvm::RuntimeDyldChecker::MemoryRegionInfo::getTargetFlags ( ) const inline

getZeroFillLength()

uint64_t llvm::RuntimeDyldChecker::MemoryRegionInfo::getZeroFillLength ( ) const inline

isZeroFill()

bool llvm::RuntimeDyldChecker::MemoryRegionInfo::isZeroFill ( ) const inline

setContent()

void llvm::RuntimeDyldChecker::MemoryRegionInfo::setContent ( ArrayRef< char > Content) inline

setTargetAddress()

void llvm::RuntimeDyldChecker::MemoryRegionInfo::setTargetAddress ( JITTargetAddress TargetAddress) inline

setTargetFlags()

void llvm::RuntimeDyldChecker::MemoryRegionInfo::setTargetFlags ( TargetFlagsType Flags) inline

setZeroFill()

void llvm::RuntimeDyldChecker::MemoryRegionInfo::setZeroFill ( uint64_t Size) inline

The documentation for this class was generated from the following file: