HomeSort by relevance Sort by last modified time
    Searched refs:FindAssociatedSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 63 const MCSection *FindAssociatedSection() const {
64 return getSubExpr()->FindAssociatedSection();
  /external/llvm/lib/MC/
MCSymbol.cpp 60 const MCSection *Section = Value->FindAssociatedSection();
MCExpr.cpp 589 const MCSection *MCExpr::FindAssociatedSection() const {
593 return cast<MCTargetExpr>(this)->FindAssociatedSection();
609 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection();
613 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
614 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
  /external/llvm/include/llvm/MC/
MCExpr.h 95 /// FindAssociatedSection - Find the "associated section" for this expression,
99 const MCSection *FindAssociatedSection() const;
454 virtual const MCSection *FindAssociatedSection() const = 0;

Completed in 65 milliseconds