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

  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 43 const DIExpression *DIExpr = Instruction.getDebugExpression();
44 auto Op = DIExpr->expr_op_begin();
45 while (Op != DIExpr->expr_op_end()) {
50 if (Op != DIExpr->expr_op_end()) {
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp     [all...]
CodeViewDebug.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 594 DIExpression *DIExpr = nullptr;
597 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) ||
600 PFS.MF.getMMI().setVariableDbgInfo(DIVar, DIExpr, unsigned(FrameIdx), DILoc);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 719 DIExpression *DIExpr = nullptr;
722 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) ||
725 PFS.MF.setVariableDbgInfo(DIVar, DIExpr, FrameIdx, DILoc);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 526 if (auto *DIExpr = DDI->getExpression())
527 if (DIExpr->startsWithDeref() &&
530 Ops.append(std::next(DIExpr->elements_begin()),
531 DIExpr->elements_end());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 846 const DIExpression *DIExpr = Begin->getDebugExpression();
849 return piecesOverlap(DIExpr, R.getExpression());
872 if (DIExpr->isBitPiece()) {
    [all...]
CodeViewDebug.cpp 806 const DIExpression *DIExpr = DVInst->getDebugExpression();
809 if (DIExpr && DIExpr->getNumElements() > 0)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 463 milliseconds