HomeSort by relevance Sort by last modified time
    Searched defs:NumLoadCommands (Results 1 - 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachOUtils.cpp 385 unsigned NumLoadCommands = 0;
388 ++NumLoadCommands;
397 ++NumLoadCommands;
407 ++NumLoadCommands;
429 ++NumLoadCommands;
449 Writer.writeHeader(MachO::MH_DSYM, NumLoadCommands, LoadCommandSize, false);
  /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-7.0/llvm/lib/MC/
MachObjectWriter.cpp 133 unsigned NumLoadCommands,
153 W.write<uint32_t>(NumLoadCommands);
752 unsigned NumLoadCommands = 1;
759 ++NumLoadCommands;
769 ++NumLoadCommands;
777 ++NumLoadCommands;
785 NumLoadCommands += 2;
792 ++NumLoadCommands;
825 writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 116 uint32_t NumLoadCommands;

Completed in 517 milliseconds