Searched refs:getSectionOffset (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dbrig_object.cc83 BrigObject::getSectionOffset(enum SectionIndex sec, int offs) const function in class:BrigObject
94 return (const char*)(getSectionOffset(DataSectionIndex, offs) + 4);
100 return (const BrigBase*)getSectionOffset(CodeSectionIndex, offs);
106 return (Brig::BrigData*)(getSectionOffset(DataSectionIndex, offs));
112 return getSectionOffset(DataSectionIndex, offs);
118 return (const BrigOperand*)getSectionOffset(OperandsSectionIndex, offs);
132 return (const BrigInstBase*)getSectionOffset(CodeSectionIndex, offs);
H A Dbrig_object.hh83 const uint8_t *getSectionOffset(enum SectionIndex sec, int offs) const;

Completed in 5 milliseconds