Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h54 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
55 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h66 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
67 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.h93 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
94 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h85 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
86 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/llvm/lib/MC/
DMCExpr.cpp745 const MCSection *MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MCExpr
749 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()
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h71 const MCSection *FindAssociatedSection() const override { in FindAssociatedSection() function
/external/llvm/include/llvm/MC/
DMCSymbol.h76 return Section = Value->FindAssociatedSection(); in getSectionPtr()
DMCExpr.h119 const MCSection *FindAssociatedSection() const;
544 virtual const MCSection *FindAssociatedSection() const = 0;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp89 const MCSection *AArch64MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in AArch64MCExpr
DAArch64MCExpr.h152 const MCSection *FindAssociatedSection() const override;