Searched defs:ELFRelocationSection (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.h218 class ELFRelocationSection : public ELFSection { class in namespace:Ice
219 ELFRelocationSection() = delete;
220 ELFRelocationSection(const ELFRelocationSection &) = delete;
221 ELFRelocationSection &operator=(const ELFRelocationSection &) = delete;
224 ELFRelocationSection(const std::string &Name, Elf64_Word ShType, function in class:Ice::ELFRelocationSection
357 void ELFRelocationSection::writeData(ELFStreamer &Str,

Completed in 48 milliseconds