Searched refs:setVariableDbgInfo (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 395 void setVariableDbgInfo(MDNode *N, unsigned Slot, DebugLoc Loc) { in setVariableDbgInfo() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 422 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, in setVariableDbgInfo() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 130 MMI.setVariableDbgInfo(DI->getVariable(), in set()
|
D | SelectionDAGBuilder.cpp | 4667 MMI.setVariableDbgInfo(Variable, FI, DI.getDebugLoc()); in visitIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 872 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 237 MMI.setVariableDbgInfo(DI->getVariable(), DI->getExpression(), in set()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc); in parseStackObjectsDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 725 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc); in parseStackObjectsDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 764 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(), in translateKnownIntrinsic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1291 MF->setVariableDbgInfo(DI->getVariable(), Expr, FI, DI->getDebugLoc()); in processDbgDeclares()
|