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

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

Completed in 257 milliseconds