Home
last modified time | relevance | path

Searched refs:m_idx_offset (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp19 m_idx_offset = 0; in Clear()
40 if (m_idx_offset == 0) in extract()
41 m_idx_offset = abbrevDeclaration.Code(); in extract()
44 m_idx_offset = UINT32_MAX; in extract()
55 if (m_idx_offset == UINT32_MAX) { in GetAbbreviationDeclaration()
63 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
DDWARFDebugAbbrev.h30 : m_offset(DW_INVALID_OFFSET), m_idx_offset(0), m_decls() {} in DWARFAbbreviationDeclarationSet()
33 : m_offset(offset), m_idx_offset(idx_offset), m_decls() {} in DWARFAbbreviationDeclarationSet()
50 uint32_t GetIndexOffset() const { return m_idx_offset; } in GetIndexOffset()
54 uint32_t m_idx_offset; variable
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_lds.h55 unsigned idx_offset() const {return m_idx_offset;}; in idx_offset()
66 unsigned m_idx_offset; variable
Dsfn_instruction_lds.cpp102 m_idx_offset(idx_offset) in LDSWriteInstruction()