HomeSort by relevance Sort by last modified time
    Searched refs:setVariableDbgInfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 420 /// setVariableDbgInfo - Collect information used to emit debugging
422 void setVariableDbgInfo(const DILocalVariable *Var, const DIExpression *Expr,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 393 /// setVariableDbgInfo - Collect information used to emit debugging
395 void setVariableDbgInfo(MDNode *N, unsigned Slot, DebugLoc Loc) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 237 MMI.setVariableDbgInfo(DI->getVariable(), DI->getExpression(),
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 130 MMI.setVariableDbgInfo(DI->getVariable(),
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc);

Completed in 126 milliseconds