Home
last modified time | relevance | path

Searched refs:ExportInfoSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3000 uint64_t ExportInfoSize = readULEB128(State.Current, &error); in pushNode() local
3008 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()