Searched refs:setEntryPoint (Results 1 – 4 of 4) sorted by relevance
65 void setEntryPoint(unsigned CC, StringRef Name);
188 void AMDGPUPALMetadata::setEntryPoint(unsigned CC, StringRef Name) { in setEntryPoint() function in AMDGPUPALMetadata
198 inline void setEntryPoint(uint32_t inEntryAddress) { m_entry = inEntryAddress; m_hasEntry = true; } in setEntryPoint() function
1338 MD->setEntryPoint(CC, MF.getFunction().getName()); in EmitPALMetadata()