Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h40 using VarAndLoc = std::pair<DebugVariable, const DILocation *>; variable
49 SmallVector<VarAndLoc> IdxToVar;
69 const VarAndLoc &lookupDVID(DebugVariableID ID) const { return IdxToVar[ID]; } in lookupDVID()
1136 using VarAndLoc = std::pair<DebugVariableID, DbgValue>;
1143 using LiveInsT = SmallVector<SmallVector<VarAndLoc, 8>, 8>;