Home
last modified time | relevance | path

Searched refs:AddressAlign (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/tools/sanstats/
Delf.test52 AddressAlign: 0x0000000000000010
57 AddressAlign: 0x0000000000000001
61 AddressAlign: 0x0000000000000001
65 AddressAlign: 0x0000000000000001
69 AddressAlign: 0x0000000000000001
74 AddressAlign: 0x0000000000000008
122 AddressAlign: 0x0000000000000001
126 AddressAlign: 0x0000000000000001
131 AddressAlign: 0x0000000000000008
140 AddressAlign: 0x0000000000000001
[all …]
/external/llvm/test/Object/
Dobj2yaml.test203 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000004
208 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000004
232 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000004
237 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000004
241 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000001
246 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000001
251 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000001
256 ELF-MIPSEL-NEXT: AddressAlign: 0x0000000000000008
308 ELF-MIPS64EL-NEXT: AddressAlign: 0x0000000000000010
313 ELF-MIPS64EL-NEXT: AddressAlign: 0x0000000000000010
[all …]
Dyaml2obj-elf-multi-doc.test24 AddressAlign: 16
46 AddressAlign: 16
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h102 llvm::yaml::Hex64 AddressAlign; member
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp234 S.AddressAlign = Shdr->sh_addralign; in dumpCommonSection()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp204 SHeader.sh_addralign = Sec->AddressAlign; in initSectionHeaders()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp680 IO.mapOptional("AddressAlign", Section.AddressAlign, Hex64(0)); in commonSectionMapping()