Home
last modified time | relevance | path

Searched refs:ZeroPadBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDMachOEmitter.cpp243 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
244 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
245 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
HDMachOYAML.cpp259 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDMachOYAML.h65 uint64_t ZeroPadBytes; member