Searched refs:ExportInfoSize (Results 1 – 1 of 1) sorted by relevance
2999 uint64_t ExportInfoSize = readULEB128(State.Current, &error); in pushNode() local3007 State.IsExportNode = (ExportInfoSize != 0); in pushNode()3008 const uint8_t* Children = State.Current + ExportInfoSize; in pushNode()3011 "export info size: 0x" + Twine::utohexstr(ExportInfoSize) + in pushNode()3106 if (ExportStart + ExportInfoSize < State.Current) { in pushNode()3109 Twine::utohexstr(ExportInfoSize) + " where actual size was: 0x" + in pushNode()