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

Completed in 80 milliseconds