Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugValues.cpp100 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc()
284 const DILocalVariable *Var = MI.getDebugVariable(); in transferDebugValue()
411 DMI->getDebugVariable(), DMI->getDebugExpression()); in join()
DRegAllocFast.cpp304 const MDNode *Var = DBG->getDebugVariable(); in spillVirtReg()
882 const MDNode *Var = MI->getDebugVariable(); in AllocateBasicBlock()
DLiveDebugVariables.cpp503 const MDNode *Var = MI.getDebugVariable(); in handleDebugValue()
DInlineSpiller.cpp881 const MDNode *Var = MI->getDebugVariable(); in spillAroundUses()
DMachineInstr.cpp1167 const DILocalVariable *MachineInstr::getDebugVariable() const { in getDebugVariable() function in MachineInstr
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp140 const DILocalVariable *DIVar = Ranges.front().first->getDebugVariable(); in beginFunction()
DDbgValueHistoryCalculator.cpp221 const DILocalVariable *RawVar = MI.getDebugVariable(); in calculateDbgValueHistory()
DDwarfDebug.h99 assert(Var == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
DAsmPrinter.cpp705 const DILocalVariable *V = MI->getDebugVariable(); in emitDebugValueComment()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h182 assert((MI->isDebugValue() ? static_cast<bool>(MI->getDebugVariable()) in addMetadata()
DMachineInstr.h267 const DILocalVariable *getDebugVariable() const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp558 const MDNode *Variable = MI->getDebugVariable(); in runOnMachineFunction()