LLVM 20.0.0git
|
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"
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.
|
default |
Definition at line 809 of file JITLink.h.
References B, llvm::jitlink::Section::blocks(), and llvm::jitlink::Addressable::getAddress().
|
inline |
|
inline |
Definition at line 835 of file JITLink.h.
References llvm::jitlink::Addressable::getAddress(), and llvm::jitlink::Block::getSize().
Referenced by getRange(), and getSize().
|
inline |
|
inline |
|
inline |
Definition at line 840 of file JITLink.h.
References getEnd(), and getStart().
|
inline |
Definition at line 838 of file JITLink.h.
References getEnd(), and getStart().
|
inline |
Definition at line 832 of file JITLink.h.
References llvm::jitlink::Addressable::getAddress().
Referenced by getRange(), and getSize().