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

  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 271 int op_offset = (int32_t)m_cfi_data.GetULEB128(&offset); local
273 cie_sp->initial_row.SetCFAOffset (op_offset);
285 int op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * cie_sp->data_align; local
287 reg_location.SetAtCFAPlusOffset(op_offset);
435 int32_t op_offset = 0; local
481 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
482 reg_location.SetAtCFAPlusOffset(op_offset);
571 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset) * data_align;
572 reg_location.SetAtCFAPlusOffset(op_offset);
659 op_offset = (int32_t)m_cfi_data.GetULEB128(&offset)
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugLine.cpp 214 const uint32_t op_offset = offset; local
231 log->Printf( "0x%8.8x: DW_LNE_end_sequence", op_offset);
239 log->Printf( "0x%8.8x: DW_LNE_set_address (0x%" PRIx64 ")", op_offset, row.address);
251 op_offset,
261 log->Printf( "0x%8.8x: DW_LNE_??? (%2.2x) - Skipping unknown upcode", op_offset, opcode);
272 log->Printf( "0x%8.8x: DW_LNS_copy", op_offset);
280 log->Printf( "0x%8.8x: DW_LNS_advance_pc (0x%x)", op_offset, addr_offset);
288 log->Printf( "0x%8.8x: DW_LNS_advance_line (%i)", op_offset, line_offset);
295 log->Printf( "0x%8.8x: DW_LNS_set_file (%u)", op_offset, row.file);
300 log->Printf( "0x%8.8x: DW_LNS_set_column (%u)", op_offset, row.column)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 399 unsigned op_offset = hasOffsets ? 3 : 0; local
400 int64_t sampler = MI.getOperand(op_offset+2).getImm();
401 int64_t textureType = MI.getOperand(op_offset+3).getImm();
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 399 unsigned op_offset = hasOffsets ? 3 : 0; local
400 int64_t sampler = MI.getOperand(op_offset+2).getImm();
401 int64_t textureType = MI.getOperand(op_offset+3).getImm();
  /external/lldb/source/Expression/
DWARFExpression.cpp 291 const lldb::offset_t op_offset = offset; local
312 s->Printf("0x%8.8" PRIx64 ": %s", op_offset, op >= DW_OP_APPLE_uninit ? "DW_OP_APPLE_" : "DW_OP_");
1344 const lldb::offset_t op_offset = offset; local
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 272 milliseconds