Home
last modified time | relevance | path

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

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