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

  /external/llvm/lib/MC/
MachObjectWriter.cpp 110 void MachObjectWriter::WriteHeader(unsigned NumLoadCommands,
130 Write32(NumLoadCommands);
643 unsigned NumLoadCommands = 1;
652 NumLoadCommands += 2;
688 WriteHeader(NumLoadCommands, LoadCommandsSize,
  /external/llvm/include/llvm/Object/
MachOFormat.h 116 uint32_t NumLoadCommands;

Completed in 313 milliseconds