Home
last modified time | relevance | path

Searched refs:FindAssociatedSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h63 const MCSection *FindAssociatedSection() const { in FindAssociatedSection() function
64 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.h152 const MCSection *FindAssociatedSection() const { in FindAssociatedSection() function
153 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/MC/
DMCExpr.cpp619 const MCSection *MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MCExpr
623 return cast<MCTargetExpr>(this)->FindAssociatedSection(); in FindAssociatedSection()
639 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
643 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection(); in FindAssociatedSection()
644 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection(); in FindAssociatedSection()
DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue()
/external/llvm/include/llvm/MC/
DMCExpr.h99 const MCSection *FindAssociatedSection() const;
473 virtual const MCSection *FindAssociatedSection() const = 0;