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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.h 53 const MCSection *FindAssociatedSection() const override {
54 return getSubExpr()->FindAssociatedSection();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 63 const MCSection *FindAssociatedSection() const override {
64 return getSubExpr()->FindAssociatedSection();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 83 const MCSection *FindAssociatedSection() const override {
84 return getSubExpr()->FindAssociatedSection();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.h 92 const MCSection *FindAssociatedSection() const override {
93 return getSubExpr()->FindAssociatedSection();
  /external/llvm/lib/MC/
MCSymbol.cpp 60 const MCSection *Section = Value->FindAssociatedSection();
MCExpr.cpp 795 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/
NVPTXMCExpr.h 70 const MCSection *FindAssociatedSection() const override {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 88 const MCSection *AArch64MCExpr::FindAssociatedSection() const {
AArch64MCExpr.h 152 const MCSection *FindAssociatedSection() const override;
AArch64AsmBackend.cpp 536 const MCSection *Sec = Fixup.getValue()->FindAssociatedSection();
  /external/llvm/include/llvm/MC/
MCExpr.h 106 /// FindAssociatedSection - Find the "associated section" for this expression,
110 const MCSection *FindAssociatedSection() const;
529 virtual const MCSection *FindAssociatedSection() const = 0;

Completed in 596 milliseconds