HomeSort by relevance Sort by last modified time
    Searched refs:emitDebugValues (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 52 /// emitDebugValues - Emit new DBG_VALUE instructions reflecting the changes
55 void emitDebugValues(VirtRegMap *VRM);
LiveDebugVariables.cpp 260 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
261 void emitDebugValues(VirtRegMap *VRM,
287 /// Whether emitDebugValues is called.
337 // Make sure we call emitDebugValues if the machine function was modified.
350 /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
351 void emitDebugValues(VirtRegMap *VRM);
    [all...]
VirtRegMap.cpp 225 getAnalysis<LiveDebugVariables>().emitDebugValues(VRM);

Completed in 381 milliseconds