Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h57 DebugVariableID insertDVID(DebugVariable &Var, const DILocation *Loc) { in insertDVID() function
1073 DebugVariableID VarID = DVMap.insertDVID(Var, MI.getDebugLoc().get());
1105 DebugVariableID OverlappedID = DVMap.insertDVID(Overlapped, Loc);
H A DInstrRefBasedImpl.cpp1739 DebugVariableID VID = DVMap.insertDVID(V, MI.getDebugLoc().get()); in transferDebugInstrRef()