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.h58 DebugVariableID insertDVID(DebugVariable &Var, const DILocation *Loc) { in insertDVID() function
1070 DebugVariableID VarID = DVMap.insertDVID(Var, MI.getDebugLoc().get());
1100 DebugVariableID OverlappedID = DVMap.insertDVID(Overlapped, Loc);
H A DInstrRefBasedImpl.cpp1773 DebugVariableID VID = DVMap.insertDVID(V, MI.getDebugLoc().get()); in transferDebugInstrRef()