Home
last modified time | relevance | path

Searched refs:FrameIndexExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h105 bool operator<(const struct FrameIndexExpr &LHS,
106 const struct FrameIndexExpr &RHS);
111 struct FrameIndexExpr { struct
116 friend bool operator<(const FrameIndexExpr &LHS, const FrameIndexExpr &RHS); argument
160 std::set<FrameIndexExpr> FrameIndexExprs;
169 const std::set<FrameIndexExpr> &getFrameIndexExprs() const;
H A DDwarfDebug.cpp273 bool llvm::operator<(const FrameIndexExpr &LHS, const FrameIndexExpr &RHS) { in operator <()
292 const std::set<FrameIndexExpr> &Loc::MMI::getFrameIndexExprs() const { in getFrameIndexExprs()
300 [](const FrameIndexExpr &FIE) { in addFrameIndexExpr()