Searched defs:setDebugLoc (Results 1 – 4 of 4) sorted by relevance
215 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } in setDebugLoc() function
394 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; } in setDebugLoc() function
485 void setDebugLoc(DebugLoc NewDL) { DL = NewDL; } in setDebugLoc() function
4728 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() function