LLVM: llvm::jitlink::SectionRange Class Reference (original) (raw)

Represents a section address range via a pair of Block pointers to the first and last Blocks in the section. More...

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

Public Member Functions
SectionRange ()=default
SectionRange (const Section &Sec)
Block * getFirstBlock () const
Block * getLastBlock () const
bool empty () const
orc::ExecutorAddr getStart () const
orc::ExecutorAddr getEnd () const
orc::ExecutorAddrDiff getSize () const
orc::ExecutorAddrRange getRange () const

Represents a section address range via a pair of Block pointers to the first and last Blocks in the section.

Definition at line 836 of file JITLink.h.

llvm::jitlink::SectionRange::SectionRange ( ) default

SectionRange() [2/2]

llvm::jitlink::SectionRange::SectionRange ( const Section & Sec) inline

empty()

bool llvm::jitlink::SectionRange::empty ( ) const inline

getEnd()

getFirstBlock()

Block * llvm::jitlink::SectionRange::getFirstBlock ( ) const inline

getLastBlock()

Block * llvm::jitlink::SectionRange::getLastBlock ( ) const inline

getRange()

getSize()

getStart()


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