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 225 /// setDebugLoc - Set the debug location information for this instruction.
226 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 455 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
    [all...]

Completed in 144 milliseconds