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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 33 struct Prologue {
34 Prologue()
62 // Length of the prologue in bytes.
67 // Length of the line table data in bytes (not including the prologue).
132 Prologue.clear();
139 struct Prologue Prologue;
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); }
157 // The row number that starts at zero for the prologue, and increases for
171 Prologue *prologue)
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 146 /// the context of prologue or call generation. Not all backends make use of
148 typedef enum { Unknown, Prologue, Call } ParmContext;

Completed in 32 milliseconds