Searched refs:getCodeSectionEntry (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/hsail/
H A Doperand.cc88 getCodeSectionEntry(*data_offset);
127 (const BrigDirectiveExecutable*)obj->getCodeSectionEntry(brigOp->ref);
284 obj->getCodeSectionEntry(op->symbol);
318 (BrigDirective*)obj->getCodeSectionEntry(op->symbol);
452 (const BrigDirective*)obj->getCodeSectionEntry(op->ref);
/gem5/src/gpu-compute/
H A Dbrig_object.cc98 BrigObject::getCodeSectionEntry(int offs) const function in class:BrigObject
206 nextDirPtr = getCodeSectionEntry(p->nextModuleEntry);
258 nextDirPtr = getCodeSectionEntry(p->nextModuleEntry);
462 processDirectives(getCodeSectionEntry(code_hdr->headerByteCount),
463 getCodeSectionEntry(sectionInfo[CodeSectionIndex].size),
H A Dbrig_object.hh103 const Brig::BrigBase* getCodeSectionEntry(int offs) const;
H A Dhsail_code.cc85 obj->getCodeSectionEntry(code_dir->nextModuleEntry);

Completed in 9 milliseconds