Searched refs:objectHasObjCSection (Results 1 – 1 of 1) sorted by relevance
29 template <class LP> static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function57 static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function59 return ::objectHasObjCSection<LP64>(mb); in objectHasObjCSection()61 return ::objectHasObjCSection<ILP32>(mb); in objectHasObjCSection()67 return objectHasObjCSection(mb); in hasObjCSection()