Searched refs:objectHasObjCSection (Results 1 – 1 of 1) sorted by relevance
28 template <class LP> static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function56 static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function58 return ::objectHasObjCSection<LP64>(mb); in objectHasObjCSection()60 return ::objectHasObjCSection<ILP32>(mb); in objectHasObjCSection()66 return objectHasObjCSection(mb); in hasObjCSection()