HomeSort by relevance Sort by last modified time
    Searched full:prologue_length (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.h 59 prologue_length(0),
75 uint32_t prologue_length;// The number of bytes following the prologue_length field to the beginning of the first byte of the statement program itself. member in struct:DWARFDebugLine::Prologue
86 uint32_t Length() const { return prologue_length + sizeof(total_length) + sizeof(version) + sizeof(prologue_length); }
95 total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base = 0;
DWARFDebugLine.cpp 418 prologue->prologue_length = debug_line_data.GetU32(offset_ptr);
419 const lldb::offset_t end_prologue_offset = prologue->prologue_length + *offset_ptr;
    [all...]
  /external/llvm/test/MC/MachO/
gen-dwarf.s 93 // We don't check the prologue_length as it too includes lengths of temp paths
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 44 // The number of bytes following the prologue_length field to the beginning
DWARFDebugLine.cpp 37 << format(" prologue_length: 0x%8.8x\n", PrologueLength)
  /external/lldb/include/lldb/Core/
MappedHash.h 236 header.prologue_length = header_data.GetByteSize();
  /external/chromium_org/v8/src/
gdb-jit.cc 1421 Writer::Slot<uint32_t> prologue_length = w->CreateSlotHere<uint32_t>(); local
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 334 // total_length >= prologue_length + 10
336 // prologue_length = 45
    [all...]

Completed in 257 milliseconds