Home
last modified time | relevance | path

Searched refs:attr_offset (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.cpp163 dw_offset_t attr_offset = offset; in CopyChangingStringToStrp() local
166 if (form == DW_FORM_string && ((offset - attr_offset) >= strp_min_len)) in CopyChangingStringToStrp()
DDWARFDebugInfoEntry.cpp1331 const dw_offset_t attr_offset = offset; in GetAttributeValue() local
1337 return attr_offset; in GetAttributeValue()
1508 …const dw_offset_t attr_offset = GetAttributeValue(dwarf2Data, cu, attr, form_value, &end_addr_offs… in GetAttributeValueAsLocation() local
1509 if (attr_offset) in GetAttributeValueAsLocation()
1517 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned(); in GetAttributeValueAsLocation()
1533 return attr_offset; in GetAttributeValueAsLocation()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c360 unsigned attr_offset = node->attrsz[0] * sizeof(GLfloat); in _save_compile_vertex_list() local
368 buffer + node->buffer_offset + vertex_offset + attr_offset, in _save_compile_vertex_list()
/external/linux-tools-perf/src/tools/perf/util/
Dheader.c2296 u64 attr_offset; in perf_session__write_header() local
2310 attr_offset = lseek(fd, 0, SEEK_CUR); in perf_session__write_header()
2341 .offset = attr_offset, in perf_session__write_header()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstructions.td996 (int_SI_vs_load_input SReg_128:$tlst, IMM12bit:$attr_offset,
998 (BUFFER_LOAD_FORMAT_XYZW imm:$attr_offset, 0, 1, 0, 0, 0,
/external/llvm/lib/Target/R600/
DSIInstructions.td2101 (SIload_input v4i32:$tlst, imm:$attr_offset, i32:$buf_idx_vgpr),
2102 (BUFFER_LOAD_FORMAT_XYZW_IDXEN $buf_idx_vgpr, $tlst, 0, imm:$attr_offset, 0, 0, 0)