HomeSort by relevance Sort by last modified time
    Searched defs:ShFlags (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 106 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
127 constexpr Elf64_Xword ShFlags = 0;
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
232 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR;
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;
366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 80 milliseconds