Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds