Searched refs:emitLoc (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 757 MachineInstrBuilder emitLoc(Optional<LocIdx> MLoc, const DebugVariable &Var, in emitLoc() function in __anon45b083930211::MLocTracker 1107 MTracker->emitLoc(M, Var.first, Var.second.Properties)); in loadInlocs() 1145 PendingDbgValues.push_back(MTracker->emitLoc(L, Use.Var, Use.Properties)); in checkInstForNewValues() 1241 PendingDbgValues.push_back(MTracker->emitLoc(None, Var, Properties)); in clobberMloc() 1271 MTracker->emitLoc(Dst, Var, ActiveVLocIt->second.Properties); in transferMlocs() 1749 MachineInstr *DbgMI = MTracker->emitLoc(FoundLoc, V, Properties); in transferDebugInstrRef()
|