Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h115 SmallVector<DbgValueLocEntry, 2> ValueLocEntries; variable
121 : Expression(Expr), ValueLocEntries(Locs.begin(), Locs.end()), in DbgValueLoc()
126 : Expression(Expr), ValueLocEntries(Locs.begin(), Locs.end()), in DbgValueLoc()
132 assert(ValueLocEntries.size() == 1); in DbgValueLoc()
138 : Expression(Expr), ValueLocEntries(1, Loc), IsVariadic(false) { in DbgValueLoc()
148 if (ValueLocEntries.size() != Other.ValueLocEntries.size()) in isEquivalent()
151 !IsVariadic && ValueLocEntries[0].isIndirectLocation(); in isEquivalent()
153 !Other.IsVariadic && Other.ValueLocEntries[0].isIndirectLocation(); in isEquivalent()
161 DbgValueLocEntry ThisOp = ValueLocEntries[0]; in isEquivalent()
162 DbgValueLocEntry OtherOp = Other.ValueLocEntries[0]; in isEquivalent()
[all …]