Home
last modified time | relevance | path

Searched refs:EmitFuncArgumentDbgValue (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h565 bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
DSelectionDAGBuilder.cpp961 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, Val)) { in resolveDanglingDebugInfo()
4381 SelectionDAGBuilder::EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable, in EmitFuncArgumentDbgValue() function in SelectionDAGBuilder
4572 EmitFuncArgumentDbgValue(Address, Variable, 0, N); in visitIntrinsicCall()
4587 if (!EmitFuncArgumentDbgValue(Address, Variable, 0, N)) { in visitIntrinsicCall()
4635 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, N)) { in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h933 bool EmitFuncArgumentDbgValue(const Value *V, DILocalVariable *Variable,
DSelectionDAGBuilder.cpp1022 if (!EmitFuncArgumentDbgValue(V, Variable, Expr, dl, Offset, false, in resolveDanglingDebugInfo()
4671 bool SelectionDAGBuilder::EmitFuncArgumentDbgValue( in EmitFuncArgumentDbgValue() function in SelectionDAGBuilder
4881 EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, 0, false, in visitIntrinsicCall()
4892 if (!EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, 0, false, in visitIntrinsicCall()
4937 if (!EmitFuncArgumentDbgValue(V, Variable, Expression, dl, Offset, in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h967 bool EmitFuncArgumentDbgValue(const Value *V, DILocalVariable *Variable,
DSelectionDAGBuilder.cpp1148 if (!EmitFuncArgumentDbgValue(V, Variable, Expr, dl, false, Val)) { in resolveDanglingDebugInfo()
4904 bool SelectionDAGBuilder::EmitFuncArgumentDbgValue( in EmitFuncArgumentDbgValue() function in SelectionDAGBuilder
5240 EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, true, N); in visitIntrinsicCall()
5250 if (!EmitFuncArgumentDbgValue(Address, Variable, Expression, dl, true, in visitIntrinsicCall()
5291 if (EmitFuncArgumentDbgValue(V, Variable, Expression, dl, false, N)) in visitIntrinsicCall()