Searched defs:setDebugLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstruction.h225 /// setDebugLoc - Set the debug location information for this instruction.
226 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } function in class:llvm::Instruction
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h455 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); } function in class:llvm::SDNode

Completed in 370 milliseconds