Searched defs:getDebugLoc (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h243 /// getDebugLoc - Returns the debug location id of this MachineInstr.
245 const DebugLoc &getDebugLoc() const { return debugLoc; } function in class:llvm::MachineInstr
H A DSelectionDAGNodes.h171 inline const DebugLoc &getDebugLoc() const;
451 const DebugLoc &getDebugLoc() const { return debugLoc; } function in class:llvm::SDNode
845 DebugLoc getDebugLoc() { function in class:llvm::SDNode
851 return I->getDebugLoc();
854 return N->getDebugLoc();
901 inline const DebugLoc &SDValue::getDebugLoc() const { function in class:llvm::SDValue
902 return Node->getDebugLoc();
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h293 const DebugLoc &getDebugLoc() const { return DLoc; } function in class:llvm::DiagnosticInfoOptimizationBase
H A DInstruction.h228 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
229 const DebugLoc &getDebugLoc() const { return DbgLoc; } function in class:llvm::Instruction
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h111 DebugLoc getDebugLoc() const { return DL; } function in class:llvm::SDDbgValue
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp116 getDebugLoc()->dump(OS);
272 const DWARFDebugLoc *DWARFContext::getDebugLoc() { function in class:DWARFContext
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp272 /// getDebugLoc - Return DebugLoc of this UserValue.
273 DebugLoc getDebugLoc() { return dl;} function in class:__anon10427::UserValue
506 getUserValue(Var, Expr, Offset, IsIndirect, MI->getDebugLoc());
728 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
985 ->isValidLocationForIntrinsic(getDebugLoc()) &&
988 BuildMI(*MBB, I, getDebugLoc(), TII.get(TargetOpcode::DBG_VALUE),
991 BuildMI(*MBB, I, getDebugLoc(), TII.get(TargetOpcode::DBG_VALUE))

Completed in 282 milliseconds