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

  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 215 if (LC.ZeroPadBytes > 0) {
216 ZeroFillBytes(OS, LC.ZeroPadBytes);
217 BytesWritten += LC.ZeroPadBytes;
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 57 uint64_t ZeroPadBytes;
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 201 LC.ZeroPadBytes = RemainingBytes;
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull);

Completed in 124 milliseconds