Home
last modified time | relevance | path

Searched defs:ShFlags (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp105 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in createSection()
126 constexpr Elf64_Xword ShFlags = 0; in createRelocationSection() local
231 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_EXECINSTR; in writeFunctionCode() local
305 Elf64_Xword ShFlags, in writeTargetRODataSection()
364 const Elf64_Xword ShFlags = IsPIC ? (SHF_ALLOC | SHF_WRITE) : SHF_ALLOC; in writeDataOfType() local
375 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; in writeDataOfType() local
386 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_WRITE; in writeDataOfType() local
532 constexpr Elf64_Xword ShFlags = SHF_ALLOC | SHF_MERGE; in writeConstantPool() local
DIceELFSection.h49 ELFSection(const std::string &Name, Elf64_Word ShType, Elf64_Xword ShFlags, in ELFSection()
169 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFSymbolTableSection()
225 Elf64_Xword ShFlags, Elf64_Xword ShAddralign, in ELFRelocationSection()
DIceTargetLoweringMIPS32.cpp5705 const llvm::ELF::Elf64_Xword ShFlags = llvm::ELF::SHF_ALLOC; in emitTargetRODataSections() local
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp287 uint32_t ShFlags = 0) const { in fillStrTabShdr()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp213 ELFYAML::ELF_SHF ShFlags = RawSec->Flags.getValueOr(ELFYAML::ELF_SHF(0)); in shouldPrintSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h198 Optional<llvm::yaml::Hex64> ShFlags; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h229 Optional<llvm::yaml::Hex64> ShFlags; member