Searched refs:debugLoc (Results 1 – 3 of 3) sorted by relevance
252 DebugLoc debugLoc; // Source line information. variable418 const DebugLoc &getDebugLoc() const { return debugLoc; }1736 debugLoc = std::move(dl);1737 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
601 DebugLoc debugLoc;711 const DebugLoc &getDebugLoc() const { return debugLoc; }715 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }1058 IROrder(Order), debugLoc(std::move(dl)) {1060 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
120 : MCID(&tid), debugLoc(std::move(dl)), DebugInstrNum(0) { in MachineInstr()121 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()138 : MCID(&MI.getDesc()), Info(MI.Info), debugLoc(MI.getDebugLoc()), in MachineInstr()140 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()