HomeSort by relevance Sort by last modified time
    Searched refs:setVariableDbgInfo (Results 1 - 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 725 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 764 MF->setVariableDbgInfo(DI.getVariable(), DI.getExpression(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 903 milliseconds