Searched refs:emitLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 757 MachineInstrBuilder emitLoc(Optional<LocIdx> MLoc, const DebugVariable &Var, in emitLoc() function in __anon84c0493f0211::MLocTracker 1104 MTracker->emitLoc(M, Var.first, Var.second.Properties)); in loadInlocs() 1142 PendingDbgValues.push_back(MTracker->emitLoc(L, Use.Var, Use.Properties)); in checkInstForNewValues() 1238 PendingDbgValues.push_back(MTracker->emitLoc(None, Var, Properties)); in clobberMloc() 1268 MTracker->emitLoc(Dst, Var, ActiveVLocIt->second.Properties); in transferMlocs() 1747 MachineInstr *DbgMI = MTracker->emitLoc(FoundLoc, V, Properties); in transferDebugInstrRef()
|