Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h94 DebugLoc debugLoc; // Source line information. variable
245 const DebugLoc &getDebugLoc() const { return debugLoc; }
1146 debugLoc = std::move(dl);
1147 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
DSelectionDAGNodes.h361 DebugLoc debugLoc;
451 const DebugLoc &getDebugLoc() const { return debugLoc; }
455 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
718 NumValues(VTs.NumVTs), debugLoc(std::move(dl)), IROrder(Order) {
719 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
738 debugLoc(std::move(dl)), IROrder(Order) {
739 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/external/llvm/lib/CodeGen/
DMachineInstr.cpp592 debugLoc(std::move(dl)) { in MachineInstr()
593 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
612 debugLoc(MI.getDebugLoc()) { in MachineInstr()
613 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor"); in MachineInstr()
1715 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
1725 } else if (debugLoc && MF) { in print()
1728 debugLoc.print(OS); in print()