Searched defs:ShType (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.h49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, argument
52 Header.sh_type = ShType;
168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, argument
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, argument
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
H A DIceELFObjectWriter.cpp105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType, argument
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; local
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
305 Elf64_Word ShType,
313 Name, ShType, ShFlags, ShAddralign, ShEntsize);
H A DIceTargetLoweringMIPS32.cpp5736 const llvm::ELF::Elf64_Word ShType = llvm::ELF::SHT_MIPS_ABIFLAGS; local
5741 Name, ShType, ShFlags, ShAddralign, ShEntsize,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); local
346 if (ShType == AArch64_AM::InvalidShiftExtend)
348 if (!AllowROR && ShType == AArch64_AM::ROR)
354 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);

Completed in 221 milliseconds