Home
last modified time | relevance | path

Searched refs:debugLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h252 DebugLoc debugLoc; // Source line information. variable
418 const DebugLoc &getDebugLoc() const { return debugLoc; }
1736 debugLoc = std::move(dl);
1737 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h601 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");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp120 : 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()