Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h24 struct TargetIndexLocation { struct
28 TargetIndexLocation() = default; argument
29 TargetIndexLocation(unsigned Idx, int64_t Offset) in TargetIndexLocation() argument
32 bool operator==(const TargetIndexLocation &Other) const {
63 TargetIndexLocation TIL;
75 DbgValueLocEntry(TargetIndexLocation Loc) in DbgValueLocEntry()
92 TargetIndexLocation getTargetIndexLocation() const { return TIL; } in getTargetIndexLocation()
H A DDwarfDebug.cpp246 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset()))); in getDebugLocValue()
2635 TargetIndexLocation Loc = Entry.getTargetIndexLocation(); in emitDebugLocValue()
H A DDwarfCompileUnit.cpp819 TargetIndexLocation Loc = Entry.getTargetIndexLocation(); in constructVariableDIEImpl()