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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h94 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
245 DebugLoc getDebugLoc() const { return debugLoc; }
1083 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
H A DSelectionDAGNodes.h376 /// debugLoc - source line information.
377 DebugLoc debugLoc; member in class:llvm::SDNode
463 const DebugLoc getDebugLoc() const { return debugLoc; }
467 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
748 debugLoc(dl), IROrder(Order) {
761 UseList(nullptr), NumOperands(0), NumValues(VTs.NumVTs), debugLoc(dl),
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp553 NumMemRefs(0), MemRefs(nullptr), debugLoc(dl) {
571 debugLoc(MI.getDebugLoc()) {
1675 } else if (!debugLoc.isUnknown() && MF) {
1678 printDebugLoc(debugLoc, MF, OS);

Completed in 52 milliseconds