Home
last modified time | relevance | path

Searched refs:ShFlags (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp99 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection()
103 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize); in createSection()
120 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() local
122 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection()
225 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() local
227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
299 Elf64_Xword ShFlags,
306 Name, ShType, ShFlags, ShAddralign, ShEntsize);
358 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; in writeDataOfType() local
359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
98 createSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, Elf64_Xword ShAddralign, Elf64_Xword ShEntsize) createSection() argument
369 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; writeDataOfType() local
380 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; writeDataOfType() local
[all...]
H A DIceELFSection.h49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection() argument
53 Header.sh_flags = ShFlags; in ELFSection()
169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFSymbolTableSection()
171 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFSymbolTableSection()
225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection()
227 : ELFSection(Name, ShType, ShFlags, ShAddralign, ShEntsize), in ELFRelocationSection()
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 DIceELFObjectWriter.h98 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
129 Elf64_Xword ShFlags, Elf64_Xword ShAddralign,
H A DIceTargetLoweringMIPS32.cpp5658 const llvm::ELF::Elf64_Xword ShFlags = llvm::ELF::SHF_ALLOC; in emitTargetRODataSections() local
5662 Name, ShType, ShFlags, ShAddralign, ShEntsize, in emitTargetRODataSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1023 !Section.ShName.hasValue() && !Section.ShFlags.hasValue())); in commonSectionMapping()
1027 IO.mapOptional("ShFlags", Section.ShFlags); in commonSectionMapping()
1305 if (RawSection->Flags && RawSection->ShFlags) in validate()
1306 return "ShFlags and Flags cannot be used together"; in validate()
H A DELFEmitter.cpp360 if (From->ShFlags) in overrideFields()
361 To.sh_flags = *From->ShFlags; in overrideFields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h198 Optional<llvm::yaml::Hex64> ShFlags; member

Completed in 16 milliseconds