HomeSort by relevance Sort by last modified time
    Searched refs:Prologue (Results 1 - 7 of 7) 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...]
DWARFDebugLine.cpp 18 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const {
19 OS << "Line table prologue:\n"
83 Prologue.dump(OS);
134 uint32_t *offset_ptr, Prologue *prologue) {
137 prologue->clear();
138 prologue->TotalLength = debug_line_data.getU32(offset_ptr);
139 prologue->Version = debug_line_data.getU16(offset_ptr);
140 if (prologue->Version != 2)
143 prologue->PrologueLength = debug_line_data.getU32(offset_ptr)
192 Prologue *prologue = &state.Prologue; local
    [all...]
DWARFContext.cpp 164 const std::string &fileName = lineTable->Prologue.FileNames[row.File-1].Name;
  /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/libffi/src/mips/
o32.S 51 # Prologue
235 # Prologue
n32.S 54 # Prologue
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 79 assert(((PC == Call) || (PC == Prologue)) &&
81 "or prologue generation.");
    [all...]

Completed in 218 milliseconds