Home
last modified time | relevance | path

Searched refs:ELFTextSection (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.h102 class ELFTextSection : public ELFSection { class
103 ELFTextSection() = delete;
104 ELFTextSection(const ELFTextSection &) = delete;
105 ELFTextSection &operator=(const ELFTextSection &) = delete;
H A DIceELFObjectWriter.h110 using TextSectionList = std::vector<ELFTextSection *>;
H A DIceELFSection.cpp27 void ELFTextSection::appendData(ELFStreamer &Str, in appendData()
H A DIceELFObjectWriter.cpp218 ELFTextSection *Section = nullptr; in writeFunctionCode()
227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()

Completed in 4 milliseconds