Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1313 uint64_t ExportInfoSize = readULEB128(State.Current); in pushNode() local
1314 State.IsExportNode = (ExportInfoSize != 0); in pushNode()
1315 const uint8_t* Children = State.Current + ExportInfoSize; in pushNode()