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

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 35 struct Prologue {
36 Prologue()
64 // Length of the prologue in bytes.
69 // Length of the line table data in bytes (not including the prologue).
172 Prologue.clear();
185 // Extracts filename by its index in filename table in prologue.
193 struct Prologue Prologue;
215 Row::reset(Prologue.DefaultIsStmt);
219 // The row number that starts at zero for the prologue, and increases fo
    [all...]
DWARFDebugLine.cpp 19 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
20 OS << "Line table prologue:\n"
84 Prologue.dump(OS);
167 uint32_t *offset_ptr, Prologue *prologue) {
170 prologue->clear();
171 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
172 prologue->Version = debug_line_data.getU16(offset_ptr);
173 if (prologue->Version != 2)
176 prologue->PrologueLength = debug_line_data.getU32(offset_ptr)
227 Prologue *prologue = &state.Prologue; local
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 147 /// the context of prologue or call generation. Not all backends make use of
149 typedef enum { Unknown, Prologue, Call } ParmContext;
  /external/libffi/src/mips/
o32.S 51 # Prologue
235 # Prologue
n32.S 54 # Prologue
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 80 assert(((PC == Call) || (PC == Prologue)) &&
82 "or prologue generation.");
    [all...]

Completed in 370 milliseconds