Searched refs:hasEntryPoint (Results 1 – 8 of 8) sorted by relevance
99 virtual bool hasEntryPoint()=0;151 virtual bool hasEntryPoint() { return false; } in hasEntryPoint() function
201 inline bool hasEntryPoint() const { return m_hasEntry; } in hasEntryPoint() function204 inline uint32_t getEntryPoint() const { return hasEntryPoint() ? m_entry : 0; } in getEntryPoint()
64 virtual bool hasEntryPoint();
71 bool SRecordSourceFile::hasEntryPoint() in hasEntryPoint() function in SRecordSourceFile
145 if (!hasEntryPoint()) in createDataTargetForEntryPoint()
89 virtual bool hasEntryPoint();
240 bool ELFSourceFile::hasEntryPoint() in hasEntryPoint() function in ELFSourceFile
323 if (!symbolName && !sourceFile->hasEntryPoint()) in reduce()