Searched defs:setDebugLoc (Results 1 – 4 of 4) sorted by relevance
86 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; } in setDebugLoc() function
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } in setDebugLoc() function
256 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } in setDebugLoc() function
2524 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() function