Searched refs:emitDebugValues (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.h56 /// emitDebugValues - Emit new DBG_VALUE instructions reflecting the changes
59 void emitDebugValues(VirtRegMap *VRM);
H A DLiveDebugVariables.cpp268 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
269 void emitDebugValues(VirtRegMap *VRM,
289 /// Whether emitDebugValues is called.
339 // Make sure we call emitDebugValues if the machine function was modified.
353 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
354 void emitDebugValues(VirtRegMap *VRM);
998 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, function in class:UserValue
1031 void LDVImpl::emitDebugValues(VirtRegMap *VRM) { function in class:LDVImpl
1039 userValues[i]->emitDebugValues(VRM, *LIS, *TII);
1044 void LiveDebugVariables::emitDebugValues(VirtRegMa function in class:LiveDebugVariables
[all...]
H A DVirtRegMap.cpp230 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);

Completed in 166 milliseconds