Searched defs:SDDbgValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h10 // This file declares the SDDbgValue class.
27 /// SDDbgValue - Holds the information from a dbg_value node through SDISel.
30 class SDDbgValue { class in namespace:llvm
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, function in class:llvm::SDDbgValue
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, function in class:llvm::SDDbgValue
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) : function in class:llvm::SDDbgValue
106 // property. A SDDbgValue is invalid if the SDNode that produces the value is

Completed in 58 milliseconds