Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.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;
75 DbgValueLocEntry(TargetIndexLocation Loc) in DbgValueLocEntry()
92 TargetIndexLocation getTargetIndexLocation() const { return TIL; } in getTargetIndexLocation()
H A DDwarfDebug.cpp255 DbgValueLocEntry(TargetIndexLocation(Op.getIndex(), Op.getOffset()))); in getDebugLocValue()
2680 TargetIndexLocation Loc = Entry.getTargetIndexLocation(); in emitDebugLocValue()
H A DDwarfCompileUnit.cpp852 TargetIndexLocation Loc = Entry.getTargetIndexLocation(); in applyConcreteDbgVariableAttributes()