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

  /external/llvm/lib/MC/
MachObjectWriter.cpp 121 unsigned LoadCommandsSize,
141 write32(LoadCommandsSize);
724 uint64_t LoadCommandsSize = is64Bit() ?
731 LoadCommandsSize += sizeof(MachO::version_min_command);
738 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
746 LoadCommandsSize += sizeof(MachO::linkedit_data_command);
754 LoadCommandsSize += (sizeof(MachO::symtab_command) +
761 LoadCommandsSize += ComputeLinkerOptionsLoadCommandSize(Option, is64Bit());
767 sizeof(MachO::mach_header)) + LoadCommandsSize;
793 writeHeader(MachO::MH_OBJECT, NumLoadCommands, LoadCommandsSize,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 151 void WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize,
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 111 unsigned LoadCommandsSize,
131 Write32(LoadCommandsSize);
637 uint64_t LoadCommandsSize = is64Bit() ?
646 LoadCommandsSize += (macho::SymtabLoadCommandSize +
653 macho::Header32Size) + LoadCommandsSize;
681 WriteHeader(NumLoadCommands, LoadCommandsSize,
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 163 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 166 unsigned LoadCommandsSize, bool SubsectionsViaSymbols);

Completed in 419 milliseconds