Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp63 HasStringTable(false), LoadCommands(0), NumLoadedCommands(0) { in MachOObject()
146 if (Index >= NumLoadedCommands) { in getLoadCommandInfo()
163 NumLoadedCommands = Index + 1; in getLoadCommandInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h69 mutable unsigned NumLoadedCommands; variable