Searched defs:ShAddralign (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) ELFSection() argument 168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) ELFSymbolTableSection() argument 224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) ELFRelocationSection() argument
|
H A D | IceELFObjectWriter.cpp | 347 Elf64_Xword ShAddralign = 1; in writeDataOfType() local 98 createSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) createSection() argument 579 const Elf64_Xword ShAddralign = PointerSize; writeJumpTable() local [all...] |
H A D | IceTargetLoweringMIPS32.cpp | 5659 const llvm::ELF::Elf64_Xword ShAddralign = 8; in emitTargetRODataSections() local
|
Completed in 11 milliseconds