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 DebugLoc getDebugLoc() const { return debugLoc; } function in class:llvm::MachineInstr
H A DSelectionDAGNodes.h185 inline const DebugLoc getDebugLoc() const;
462 /// getDebugLoc - Return the source location info.
463 const DebugLoc getDebugLoc() const { return debugLoc; } function in class:llvm::SDNode
864 DebugLoc getDebugLoc() { function in class:llvm::SDNode
870 return I->getDebugLoc();
873 return N->getDebugLoc();
913 inline const DebugLoc SDValue::getDebugLoc() const { function in class:llvm::SDValue
914 return Node->getDebugLoc();
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h285 const DebugLoc &getDebugLoc() const { return DLoc; } function in class:llvm::DiagnosticInfoOptimizationRemarkBase
H A DInstruction.h195 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
196 const DebugLoc &getDebugLoc() const { return DbgLoc; } function in class:llvm::Instruction
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h107 DebugLoc getDebugLoc() { return DL; } function in class:llvm::SDDbgValue
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp102 getDebugLoc()->dump(OS);
242 const DWARFDebugLoc *DWARFContext::getDebugLoc() { function in class:DWARFContext
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp275 /// getDebugLoc - Return DebugLoc of this UserValue.
276 DebugLoc getDebugLoc() { return dl;} function in class:__anon24919::UserValue
468 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
690 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);

Completed in 357 milliseconds