Searched refs:ExportInfoSize (Results 1 – 1 of 1) sorted by relevance
3000 uint64_t ExportInfoSize = readULEB128(State.Current, &error); in pushNode() local3008 State.IsExportNode = (ExportInfoSize != 0); in pushNode()3009 const uint8_t* Children = State.Current + ExportInfoSize; in pushNode()3012 "export info size: 0x" + Twine::utohexstr(ExportInfoSize) + in pushNode()3107 if (ExportStart + ExportInfoSize < State.Current) { in pushNode()3110 Twine::utohexstr(ExportInfoSize) + " where actual size was: 0x" + in pushNode()