Home
last modified time | relevance | path

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

/external/libunwind/src/dwarf/
DGexpr.c125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand() argument
133 if (operand_type == ADDR) in read_operand()
136 case 1: operand_type = VAL8; break; in read_operand()
137 case 2: operand_type = VAL16; break; in read_operand()
138 case 4: operand_type = VAL32; break; in read_operand()
139 case 8: operand_type = VAL64; break; in read_operand()
143 switch (operand_type) in read_operand()
183 Debug (1, "Unexpected operand type %d\n", operand_type); in read_operand()
/external/lldb/source/Expression/
DIRInterpreter.cpp532 Type *operand_type = operand->getType(); in CanInterpret() local
534 switch (operand_type->getTypeID()) in CanInterpret()
541 … log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str()); in CanInterpret()
DIRForTarget.cpp2010 Type *operand_type = operand_constant_fp->getType(); in ReplaceStaticLiterals() local
2054 size_t align = m_target_data->getPrefTypeAlignment(operand_type); in ReplaceStaticLiterals()