Searched refs:objectHasObjCSection (Results 1 – 1 of 1) sorted by relevance
23 template <class LP> static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function51 static bool objectHasObjCSection(MemoryBufferRef mb) { in objectHasObjCSection() function53 return ::objectHasObjCSection<LP64>(mb); in objectHasObjCSection()55 return ::objectHasObjCSection<ILP32>(mb); in objectHasObjCSection()61 return objectHasObjCSection(mb); in hasObjCSection()