/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | dylib_dylinker_command.yaml | 18 ZeroPadBytes: 7 27 ZeroPadBytes: 1 36 ZeroPadBytes: 6 44 #CHECK: ZeroPadBytes: 7 53 #CHECK: ZeroPadBytes: 1 62 #CHECK: ZeroPadBytes: 6
|
H A D | export_trie.yaml | 100 ZeroPadBytes: 7 123 ZeroPadBytes: 1 132 ZeroPadBytes: 6
|
H A D | out_of_order_linkedit.yaml | 100 ZeroPadBytes: 7 123 ZeroPadBytes: 1 132 ZeroPadBytes: 6
|
H A D | symtab.yaml | 102 ZeroPadBytes: 7 125 ZeroPadBytes: 1 134 ZeroPadBytes: 6
|
H A D | bogus_load_command.yaml | 16 ZeroPadBytes: 24 36 #CHECK: ZeroPadBytes:
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2macho.cpp | 215 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 D | MachOEmitter.cpp | 243 if (LC.ZeroPadBytes > 0) { in writeLoadCommands() 244 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands() 245 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
|
H A D | MachOYAML.cpp | 259 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 D | MachOEmitter.cpp | 282 if (LC.ZeroPadBytes > 0) { in writeLoadCommands() 283 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands() 284 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
|
H A D | MachOYAML.cpp | 300 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
|
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 57 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 65 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | MachOYAML.h | 81 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 81 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 81 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 81 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 81 uint64_t ZeroPadBytes; member
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()
|