Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h63 const MCSection *FindAssociatedSection() const { in FindAssociatedSection() function
64 return getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCExpr.cpp564 const MCSection *MCExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MCExpr
568 return cast<MCTargetExpr>(this)->FindAssociatedSection(); in FindAssociatedSection()
584 return cast<MCUnaryExpr>(this)->getSubExpr()->FindAssociatedSection(); in FindAssociatedSection()
588 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection(); in FindAssociatedSection()
589 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection(); in FindAssociatedSection()
DMCSymbol.cpp62 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMCSymbolRefExpr.h54 const MCSection *FindAssociatedSection() const;
DMipsMCSymbolRefExpr.cpp67 const MCSection *MipsMCSymbolRefExpr::FindAssociatedSection() const { in FindAssociatedSection() function in MipsMCSymbolRefExpr
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h100 const MCSection *FindAssociatedSection() const;
432 virtual const MCSection *FindAssociatedSection() const = 0;