Searched defs:ShFlags (Results 1 - 3 of 3) 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
53 Header.sh_flags = ShFlags;
169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize),
168 ELFSymbolTableSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) argument
224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) argument
H A DIceELFObjectWriter.cpp106 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
127 constexpr Elf64_Xword ShFlags = 0; local
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
232 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; local
234 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags,
306 Elf64_Xword ShFlags,
313 Name, ShType, ShFlags, ShAddralign, ShEntsize);
365 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; local
366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
105 createSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) argument
376 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; local
387 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; local
[all...]
H A DIceTargetLoweringMIPS32.cpp5737 const llvm::ELF::Elf64_Xword ShFlags = llvm::ELF::SHF_ALLOC; local
5741 Name, ShType, ShFlags, ShAddralign, ShEntsize,

Completed in 124 milliseconds