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

  /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;
  /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).
170 Prologue.clear();
179 // Extracts filename by its index in filename table in prologue.
187 struct Prologue Prologue;
209 Row::reset(Prologue.DefaultIsStmt);
213 // The row number that starts at zero for the prologue, and increases fo
    [all...]

Completed in 58 milliseconds