HomeSort by relevance Sort by last modified time
    Searched defs:getDebugLoc (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 107 DebugLoc getDebugLoc() { return DL; }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 243 /// getDebugLoc - Returns the debug location id of this MachineInstr.
245 DebugLoc getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 185 inline const DebugLoc getDebugLoc() const;
462 /// getDebugLoc - Return the source location info.
463 const DebugLoc getDebugLoc() const { return debugLoc; }
864 DebugLoc getDebugLoc() {
870 return I->getDebugLoc();
873 return N->getDebugLoc();
913 inline const DebugLoc SDValue::getDebugLoc() const {
914 return Node->getDebugLoc();
    [all...]
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 285 const DebugLoc &getDebugLoc() const { return DLoc; }
Instruction.h 195 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
196 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 102 getDebugLoc()->dump(OS);
242 const DWARFDebugLoc *DWARFContext::getDebugLoc() {
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 275 /// getDebugLoc - Return DebugLoc of this UserValue.
276 DebugLoc getDebugLoc() { return dl;}
468 UserValue *UV = getUserValue(Var, Offset, IsIndirect, MI->getDebugLoc());
690 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
    [all...]

Completed in 179 milliseconds