Searched refs:splitEhFrames (Results 1 – 2 of 2) sorted by relevance
196 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);
374 splitEhFrames(data, *sections.back()); in parseSections()405 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() function in ObjFile