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