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

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

Completed in 153 milliseconds