Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h245 DebugLoc debugLoc; // Source line information. variable
400 const DebugLoc &getDebugLoc() const { return debugLoc; }
1564 debugLoc = std::move(dl);
1565 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
DSelectionDAGNodes.h643 DebugLoc debugLoc;
753 const DebugLoc &getDebugLoc() const { return debugLoc; }
757 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
1098 IROrder(Order), debugLoc(std::move(dl)) {
1100 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp118 : MCID(&tid), debugLoc(std::move(dl)) { in MachineInstr()
119 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
135 : MCID(&MI.getDesc()), Info(MI.Info), debugLoc(MI.getDebugLoc()) { in MachineInstr()
136 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
1768 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()