| 1129 | } |
| 1130 | |
| 1131 | Ref<Section> ObjCProcessor::GetSectionWithName(const char* sectionName) |
| 1132 | { |
| 1133 | return m_data->GetSectionByName(sectionName); |
| 1134 | } |
| 1135 | |
| 1136 | void ObjCProcessor::PostProcessObjCSections(ObjCReader* reader) |
| 1137 | { |
nothing calls this directly
no test coverage detected