Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h78 bool isLocation() const { return EntryKind == E_Location; } in isLocation() function
96 if (isLocation()) { in dump()
130 !any_of(Locs, [](auto LE) { return LE.isLocation(); })); in DbgValueLoc()
139 assert(((Expr && Expr->isValid()) || !Loc.isLocation()) && in DbgValueLoc()
163 return ThisOp.isLocation() && OtherOp.isLocation() && in isEquivalent()
H A DDwarfCompileUnit.cpp783 if (Entry->isLocation()) { in applyConcreteDbgVariableAttributes()
817 return Entry.isLocation() && !Entry.getLoc().getReg(); in applyConcreteDbgVariableAttributes()
830 if (Entry.isLocation()) { in applyConcreteDbgVariableAttributes()
H A DDwarfDebug.cpp2649 assert(Value.getLocEntries()[0].isLocation()); in emitDebugLocValue()
2671 } else if (Entry.isLocation()) { in emitDebugLocValue()
2719 return Entry.isLocation() && !Entry.getLoc().getReg(); in emitDebugLocValue()