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

  /external/llvm/tools/dsymutil/
MachOUtils.cpp 361 unsigned NumLoadCommands = 0;
364 ++NumLoadCommands;
373 ++NumLoadCommands;
383 ++NumLoadCommands;
405 ++NumLoadCommands;
425 Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false);
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 110 void MachObjectWriter::WriteHeader(unsigned NumLoadCommands,
130 Write32(NumLoadCommands);
636 unsigned NumLoadCommands = 1;
645 NumLoadCommands += 2;
681 WriteHeader(NumLoadCommands, LoadCommandsSize,
  /external/llvm/lib/MC/
MachObjectWriter.cpp 120 unsigned NumLoadCommands,
140 write32(NumLoadCommands);
723 unsigned NumLoadCommands = 1;
730 ++NumLoadCommands;
737 ++NumLoadCommands;
745 ++NumLoadCommands;
753 NumLoadCommands += 2;
760 ++NumLoadCommands;
793 writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 116 uint32_t NumLoadCommands;

Completed in 636 milliseconds