Searched refs:FindAssociatedSection (Results 1 – 10 of 10) sorted by relevance
54 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function55 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
66 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function67 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
93 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function94 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
85 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function86 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
745 const MCSection *MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MCExpr749 return cast<MCTargetExpr>(this)->FindAssociatedSection(); in FindAssociatedSection()765 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()769 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection(); in FindAssociatedSection()770 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection(); in FindAssociatedSection()
71 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
76 return Section = Value->FindAssociatedSection(); in getSectionPtr()
119 const MCSection *FindAssociatedSection() const;544 virtual const MCSection *FindAssociatedSection() const = 0;
89 const MCSection *AArch64MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in AArch64MCExpr
152 const MCSection *FindAssociatedSection() const override;