Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h97 DebugLoc debugLoc; // Source line information. variable
241 const DebugLoc &getDebugLoc() const { return debugLoc; }
1158 debugLoc = std::move(dl);
1159 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
DSelectionDAGNodes.h420 DebugLoc debugLoc;
510 const DebugLoc &getDebugLoc() const { return debugLoc; }
514 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
782 NumValues(VTs.NumVTs), IROrder(Order), debugLoc(std::move(dl)) {
783 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
802 IROrder(Order), debugLoc(std::move(dl)) {
803 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/external/llvm/lib/CodeGen/
DMachineInstr.cpp650 debugLoc(std::move(dl)) { in MachineInstr()
651 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
670 debugLoc(MI.getDebugLoc()) { in MachineInstr()
671 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
1787 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
1797 } else if (debugLoc && MF) { in print()
1800 debugLoc.print(OS); in print()