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

  /external/llvm/include/llvm/
Instruction.h 173 /// setDebugLoc - Set the debug location information for this instruction.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 419 /// setDebugLoc - Set source location info. Try to avoid this, putting
421 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
    [all...]

Completed in 52 milliseconds