Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp215 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
216 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
217 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h57 uint64_t ZeroPadBytes; member
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()