Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h395 void setVariableDbgInfo(MDNode *N, unsigned Slot, DebugLoc Loc) { in setVariableDbgInfo() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h422 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr, in setVariableDbgInfo() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp130 MMI.setVariableDbgInfo(DI->getVariable(), in set()
DSelectionDAGBuilder.cpp4667 MMI.setVariableDbgInfo(Variable, FI, DI.getDebugLoc()); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp237 MMI.setVariableDbgInfo(DI->getVariable(), DI->getExpression(), in set()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc); in parseStackObjectsDebugInfo()