Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObject.cpp64 HasStringTable(false), LoadCommands(0), NumLoadedCommands(0) { in MachOObject()
147 if (Index >= NumLoadedCommands) { in getLoadCommandInfo()
164 NumLoadedCommands = Index + 1; in getLoadCommandInfo()
/external/llvm/include/llvm/Object/
DMachOObject.h69 mutable unsigned NumLoadedCommands; variable