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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h 33 bool s23_2_reloc() const;
42 bool S23_2_reloc;
HexagonMCExpr.cpp 55 bool HexagonMCExpr::s23_2_reloc() const { return S23_2_reloc; } function in class:HexagonMCExpr
57 S23_2_reloc = Val;
65 : Expr(Expr), MustNotExtend(false), MustExtend(false), S23_2_reloc(false),
HexagonMCInstrInfo.h 279 bool s23_2_reloc(MCExpr const &Expr);
HexagonMCInstrInfo.cpp 781 bool HexagonMCInstrInfo::s23_2_reloc(MCExpr const &Expr) { function in class:llvm::HexagonMCInstrInfo
783 return HExpr.s23_2_reloc();
HexagonMCCodeEmitter.cpp 578 if (HexagonMCInstrInfo::s23_2_reloc(*MO.getExpr()))

Completed in 52 milliseconds