Home
last modified time | relevance | path

Searched refs:getDebugExpression (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp144 if (Ranges.front().first->getDebugExpression()->isBitPiece()) { in beginFunction()
147 const DIExpression *Piece = I->first->getDebugExpression(); in beginFunction()
150 return !piecesOverlap(Piece, Pred.first->getDebugExpression()); in beginFunction()
DDwarfDebug.h103 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
DDwarfDebug.cpp745 const DIExpression *Expr = MI->getDebugExpression(); in getDebugLocValue()
846 const DIExpression *DIExpr = Begin->getDebugExpression(); in buildLocationList()
DCodeViewDebug.cpp806 const DIExpression *DIExpr = DVInst->getDebugExpression(); in collectVariableInfo()
DAsmPrinter.cpp713 const DIExpression *Expr = MI->getDebugExpression(); in emitDebugValueComment()
/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
DRegAllocFast.cpp305 const MDNode *Expr = DBG->getDebugExpression(); in spillVirtReg()
883 const MDNode *Expr = MI->getDebugExpression(); in AllocateBasicBlock()
DLiveDebugVariables.cpp504 const MDNode *Expr = MI.getDebugExpression(); in handleDebugValue()
DInlineSpiller.cpp882 const MDNode *Expr = MI->getDebugExpression(); in spillAroundUses()
DMachineInstr.cpp1172 const DIExpression *MachineInstr::getDebugExpression() const { in getDebugExpression() function in MachineInstr
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h271 const DIExpression *getDebugExpression() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp559 const MDNode *Expr = MI->getDebugExpression(); in runOnMachineFunction()