Home
last modified time | relevance | path

Searched refs:RelatedSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFSection.h228 RelatedSection(nullptr) {} in ELFRelocationSection()
230 const ELFSection *getRelatedSection() const { return RelatedSection; } in getRelatedSection()
232 RelatedSection = Section; in setRelatedSection()
251 const ELFSection *RelatedSection;
DIceELFObjectWriter.h135 createRelocationSection(const ELFSection *RelatedSection);
DIceELFObjectWriter.cpp116 ELFObjectWriter::createRelocationSection(const ELFSection *RelatedSection) { in createRelocationSection() argument
122 const std::string RelSectionName = RelPrefix + RelatedSection->getName(); in createRelocationSection()
130 RelSection->setRelatedSection(RelatedSection); in createRelocationSection()