Searched refs:EmitFuncArgumentDbgValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h557 /// EmitFuncArgumentDbgValue - If V is an function argument then create
560 bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
H A DSelectionDAGBuilder.cpp993 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, Val)) {
4455 /// EmitFuncArgumentDbgValue - If the DbgValueInst is a dbg_value of a function
4459 SelectionDAGBuilder::EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable, function in class:SelectionDAGBuilder
4654 EmitFuncArgumentDbgValue(Address, Variable, 0, N);
4671 if (!EmitFuncArgumentDbgValue(Address, Variable, 0, N)) {
4719 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, N)) {

Completed in 145 milliseconds