Home
last modified time | relevance | path

Searched refs:ShSize (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-size/
Delf-sysv.test42 ShSize: 0x1
46 ShSize: 0x2
51 ShSize: 0x4
58 ShSize: 0x18
62 ShSize: 0x20
67 ShSize: 0x40
71 ShSize: 0x80
75 ShSize: 0x100
80 ShSize: 0x200
84 ShSize: 0x400
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dstackmap.test28 ShSize: [[SHSIZE=<none>]]
Dverdef-invalid.test116 ShSize: 1
146 ShSize: 21
Dsection-details.test86 ShSize: 0x4444444444444444
Dmips-options-sec.test67 ShSize: [[SECSIZE=<none>]]
Dmips-plt.test138 ShSize: 0xffffffff
Dgnu-notes.test143 ShSize: [[SHSIZE=<none>]]
Dverneed-invalid.test462 ShSize: 0x1
526 ShSize: 21
Dgroups.test57 ShSize: [[SECSIZE1=<none>]]
67 ShSize: [[SECSIZE2=<none>]]
Ddyn-symbols-size-from-hash-table.test242 ShSize: 0x48
Dstack-sizes.test428 ShSize: 0x11
435 ShSize: 0x11
Dmips-abiflags.test359 ShSize: [[SHSIZE=24]]
Ddyn-symbols.test621 ShSize: [[SIZE=<none>]]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h195 Optional<llvm::yaml::Hex64> ShSize; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h226 Optional<llvm::yaml::Hex64> ShSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1022 (!Section.ShOffset.hasValue() && !Section.ShSize.hasValue() && in commonSectionMapping()
1026 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
DELFEmitter.cpp366 if (From->ShSize) in overrideFields()
367 To.sh_size = *From->ShSize; in overrideFields()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1129 (!Section.ShOffset && !Section.ShSize && !Section.ShName && in commonSectionMapping()
1134 IO.mapOptional("ShSize", Section.ShSize); in commonSectionMapping()
DELFEmitter.cpp577 if (From->ShSize) in overrideFields()
578 To.sh_size = *From->ShSize; in overrideFields()