Home
last modified time | relevance | path

Searched full:zeropadbytes (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Ddylib_dylinker_command.yaml18 ZeroPadBytes: 7
27 ZeroPadBytes: 1
36 ZeroPadBytes: 6
44 #CHECK: ZeroPadBytes: 7
53 #CHECK: ZeroPadBytes: 1
62 #CHECK: ZeroPadBytes: 6
Dexport_trie.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dbogus_load_command.yaml16 ZeroPadBytes: 24
36 #CHECK: ZeroPadBytes:
Dout_of_order_linkedit.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dsymtab.yaml102 ZeroPadBytes: 7
125 ZeroPadBytes: 1
134 ZeroPadBytes: 6
/external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/MachO/
Ddylib_dylinker_command.yaml18 ZeroPadBytes: 7
27 ZeroPadBytes: 1
36 ZeroPadBytes: 6
44 #CHECK: ZeroPadBytes: 7
53 #CHECK: ZeroPadBytes: 1
62 #CHECK: ZeroPadBytes: 6
Dnull_string_entries.yaml99 ZeroPadBytes: 3
122 ZeroPadBytes: 1
131 ZeroPadBytes: 2
Dexport_trie.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dbogus_load_command.yaml16 ZeroPadBytes: 24
36 #CHECK: ZeroPadBytes:
Dout_of_order_linkedit.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dsymtab.yaml102 ZeroPadBytes: 7
125 ZeroPadBytes: 1
134 ZeroPadBytes: 6
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/
Duuid32.yaml113 ZeroPadBytes: 3
136 ZeroPadBytes: 2
Duuid.yaml115 ZeroPadBytes: 7
138 ZeroPadBytes: 6
/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/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp251 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
252 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
253 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp260 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h57 uint64_t ZeroPadBytes; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h64 uint64_t ZeroPadBytes; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp228 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()