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.h39 using VarAndLoc = std::pair<DebugVariable, const DILocation *>; variable
48 SmallVector<VarAndLoc> IdxToVar;
68 const VarAndLoc &lookupDVID(DebugVariableID ID) const { return IdxToVar[ID]; } in lookupDVID()
1143 using VarAndLoc = std::pair<DebugVariableID, DbgValue>;
1150 using LiveInsT = SmallVector<SmallVector<VarAndLoc, 8>, 8>;