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

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 99 DebugLoc getDebugLoc() { return DL; }
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 242 /// getDebugLoc - Returns the debug location id of this MachineInstr.
244 DebugLoc getDebugLoc() const { return debugLoc; }
    [all...]
SelectionDAGNodes.h 153 inline const DebugLoc getDebugLoc() const;
421 /// getDebugLoc - Return the source location info.
422 const DebugLoc getDebugLoc() const { return debugLoc; }
815 inline const DebugLoc SDValue::getDebugLoc() const {
816 return Node->getDebugLoc();
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 177 /// getDebugLoc - Return the debug location for this node as a DebugLoc.
178 const DebugLoc &getDebugLoc() const { return DbgLoc; }
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 268 /// getDebugLoc - Return DebugLoc of this UserValue.
269 DebugLoc getDebugLoc() { return dl;}
456 UserValue *UV = getUserValue(Var, Offset, MI->getDebugLoc());
680 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
    [all...]

Completed in 402 milliseconds