MLIR-AIE
Public Member Functions | List of all members
xilinx::AIE::Section Class Reference

Public Member Functions

 Section (uint64_t addr)
 
uint64_t getAddr () const
 
size_t getLength () const
 
void addData (uint32_t value)
 
const uint32_t * getData () const
 

Detailed Description

Definition at line 363 of file AIETargetAirbin.cpp.

Constructor & Destructor Documentation

◆ Section()

xilinx::AIE::Section::Section ( uint64_t  addr)
inline

Definition at line 365 of file AIETargetAirbin.cpp.

Member Function Documentation

◆ addData()

void xilinx::AIE::Section::addData ( uint32_t  value)
inline

Definition at line 368 of file AIETargetAirbin.cpp.

◆ getAddr()

uint64_t xilinx::AIE::Section::getAddr ( ) const
inline

Definition at line 366 of file AIETargetAirbin.cpp.

◆ getData()

const uint32_t * xilinx::AIE::Section::getData ( ) const
inline

Definition at line 369 of file AIETargetAirbin.cpp.

◆ getLength()

size_t xilinx::AIE::Section::getLength ( ) const
inline

Definition at line 367 of file AIETargetAirbin.cpp.


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