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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h63 const MCSection *FindAssociatedSection() const override {
64 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h53 const MCSection *FindAssociatedSection() const override {
54 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h83 const MCSection *FindAssociatedSection() const override {
84 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h92 const MCSection *FindAssociatedSection() const override {
93 return getSubExpr()->FindAssociatedSection();
/external/llvm/lib/MC/
H A DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection();
H A DMCExpr.cpp795 const MCSection *MCExpr::FindAssociatedSection() const {
799 return cast<MCTargetExpr>(this)->FindAssociatedSection();
815 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection();
819 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
820 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h70 const MCSection *FindAssociatedSection() const override {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp88 const MCSection *AArch64MCExpr::FindAssociatedSection() const { function in class:AArch64MCExpr
H A DAArch64MCExpr.h152 const MCSection *FindAssociatedSection() const override;
H A DAArch64AsmBackend.cpp536 const MCSection *Sec = Fixup.getValue()->FindAssociatedSection();
/external/llvm/include/llvm/MC/
H A DMCExpr.h106 /// FindAssociatedSection - Find the "associated section" for this expression,
110 const MCSection *FindAssociatedSection() const;
529 virtual const MCSection *FindAssociatedSection() const = 0;

Completed in 1855 milliseconds