Searched defs:ShType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.h | 49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() 168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, in ELFSymbolTableSection() 224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, in ELFRelocationSection()
|
D | IceELFObjectWriter.cpp | 105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType, in createSection() 120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection() local 305 Elf64_Word ShType, in writeTargetRODataSection()
|
D | IceTargetLoweringMIPS32.cpp | 5736 const llvm::ELF::Elf64_Word ShType = llvm::ELF::SHT_MIPS_ABIFLAGS; in emitTargetRODataSections() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); in SelectShiftedRegister() local
|