HomeSort by: relevance | last modified time | path
    Searched refs:EmitFuncArgumentDbgValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 802 bool EmitFuncArgumentDbgValue(const Value *V, DILocalVariable *Variable,
SelectionDAGBuilder.cpp 1220 // calling EmitFuncArgumentDbgValue here.
1221 if (!EmitFuncArgumentDbgValue(V, Variable, Expr, dl, false, Val)) {
1237 << "in EmitFuncArgumentDbgValue\n");
1350 if (!IsVariadic && EmitFuncArgumentDbgValue(V, Var, Expr, dl, false, N))
5498 bool SelectionDAGBuilder::EmitFuncArgumentDbgValue(
6049 EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, true, N);
6059 if (!EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, true,

Completed in 50 milliseconds