Searched refs:FindAssociatedSection (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h63 const MCSection *FindAssociatedSection() const { function in class:llvm::ARMMCExpr
64 return getSubExpr()->FindAssociatedSection();
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h83 const MCSection *FindAssociatedSection() const { function in class:llvm::PPCMCExpr
84 return getSubExpr()->FindAssociatedSection();
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h92 const MCSection *FindAssociatedSection() const { function in class:llvm::SparcMCExpr
93 return getSubExpr()->FindAssociatedSection();
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection();
H A DMCExpr.cpp743 const MCSection *MCExpr::FindAssociatedSection() const {
747 return cast<MCTargetExpr>(this)->FindAssociatedSection();
763 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection();
767 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
768 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h70 const MCSection *FindAssociatedSection() const { function in class:llvm::NVPTXFloatMCExpr
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.h172 const MCSection *FindAssociatedSection() const { function in class:llvm::AArch64MCExpr
173 return getSubExpr()->FindAssociatedSection();
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h95 /// FindAssociatedSection - Find the "associated section" for this expression,
99 const MCSection *FindAssociatedSection() const;
505 virtual const MCSection *FindAssociatedSection() const = 0;

Completed in 123 milliseconds