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

/external/llvm/include/llvm/
H A DInstruction.h173 /// setDebugLoc - Set the debug location information for this instruction.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } function in class:llvm::Instruction
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h419 /// setDebugLoc - Set source location info. Try to avoid this, putting
421 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } function in class:llvm::SDNode

Completed in 87 milliseconds