Searched refs:LoadCommandsSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMachObjectWriter.cpp117 unsigned LoadCommandsSize,
137 Write32(LoadCommandsSize);
683 uint64_t LoadCommandsSize = is64Bit() ? local
692 LoadCommandsSize += (macho::SymtabLoadCommandSize +
700 LoadCommandsSize += macho::LinkeditLoadCommandSize;
706 macho::Header32Size) + LoadCommandsSize;
734 WriteHeader(NumLoadCommands, LoadCommandsSize,
116 WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize, bool SubsectionsViaSymbols) argument
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCMachObjectWriter.h151 void WriteHeader(unsigned NumLoadCommands, unsigned LoadCommandsSize,

Completed in 303 milliseconds