Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Ddylib_dylinker_command.yaml18 ZeroPadBytes: 7
27 ZeroPadBytes: 1
36 ZeroPadBytes: 6
44 #CHECK: ZeroPadBytes: 7
53 #CHECK: ZeroPadBytes: 1
62 #CHECK: ZeroPadBytes: 6
H A Dexport_trie.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
H A Dout_of_order_linkedit.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
H A Dsymtab.yaml102 ZeroPadBytes: 7
125 ZeroPadBytes: 1
134 ZeroPadBytes: 6
H A Dbogus_load_command.yaml16 ZeroPadBytes: 24
36 #CHECK: ZeroPadBytes:
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp215 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
216 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
217 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp243 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
244 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
245 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
H A DMachOYAML.cpp259 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp282 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
283 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
284 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
H A DMachOYAML.cpp300 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h57 uint64_t ZeroPadBytes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h65 uint64_t ZeroPadBytes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h81 uint64_t ZeroPadBytes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DMachOYAML.h81 uint64_t ZeroPadBytes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DMachOYAML.h81 uint64_t ZeroPadBytes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DMachOYAML.h81 uint64_t ZeroPadBytes; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DMachOYAML.h81 uint64_t ZeroPadBytes; member
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()