Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugLocEntry.h24 struct TargetIndexLocation { struct
28 TargetIndexLocation() = default; argument
29 TargetIndexLocation(unsigned Idx, int64_t Offset) in TargetIndexLocation() function
32 bool operator==(const TargetIndexLocation &Other) const {
63 TargetIndexLocation TIL;
83 DbgValueLoc(const DIExpression *Expr, TargetIndexLocation Loc) in DbgValueLoc()
97 TargetIndexLocation getTargetIndexLocation() const { return TIL; } in getTargetIndexLocation()
HDDwarfDebug.cpp247 TargetIndexLocation(Op.getIndex(), Op.getOffset())); in getDebugLocValue()
2256 TargetIndexLocation Loc = Value.getTargetIndexLocation(); in emitDebugLocValue()