HomeSort by: relevance | last modified time | path
    Searched refs:FrameIndexExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 125 struct FrameIndexExpr {
129 mutable SmallVector<FrameIndexExpr, 1>
183 ArrayRef<FrameIndexExpr> getFrameIndexExprs() const;
DwarfDebug.cpp 275 ArrayRef<DbgVariable::FrameIndexExpr> DbgVariable::getFrameIndexExprs() const {
280 [](const FrameIndexExpr &A) {
285 [](const FrameIndexExpr &A, const FrameIndexExpr &B) -> bool {
314 if (llvm::none_of(FrameIndexExprs, [&](const FrameIndexExpr &Other) {
321 [](FrameIndexExpr &FIE) {

Completed in 20 milliseconds