HomeSort by relevance Sort by last modified time
    Searched refs:NumLoadedCommands (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOObject.h 69 mutable unsigned NumLoadedCommands;
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 63 HasStringTable(false), LoadCommands(0), NumLoadedCommands(0) {
146 if (Index >= NumLoadedCommands) {
163 NumLoadedCommands = Index + 1;

Completed in 184 milliseconds