Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRInterpreter.cpp953 SmallVector <Value *, 8> const_indices; in Interpret() local
980 const_indices.push_back(constant_index); in Interpret()
983 uint64_t offset = data_layout.getIndexedOffset(pointer_type, const_indices); in Interpret()