HomeSort by relevance Sort by last modified time
    Searched defs:MInsn (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 75 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable.
82 : Var(V), TheDIE(nullptr), DotDebugLocOffset(~0U), MInsn(nullptr),
89 DotDebugLocOffset(~0U), MInsn(DbgValue), FrameIndex(~0), DD(DD) {}
98 const MachineInstr *getMInsn() const { return MInsn; }
DwarfDebug.cpp     [all...]

Completed in 303 milliseconds