Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp364 size_t constant_size = m_target_data.getTypeStoreSize(constant->getType()); in ResolveConstant() local
368 buffer.PutRawBytes(raw_data, constant_size, lldb::endian::InlHostByteOrder()); in ResolveConstant()
372 …m_memory_map.WriteMemory(process_address, (const uint8_t*)buffer.GetData(), constant_size, write_e… in ResolveConstant()
/NextBSD/contrib/gcc/
HDdwarf2out.c4113 static int constant_size (long unsigned);
6591 constant_size (long unsigned int value) in constant_size() function
6632 size += constant_size (lsize); in size_of_die()
6646 size += constant_size (AT_unsigned (a)); in size_of_die()
6681 size += constant_size (maybe_emit_file (a->dw_attr_val.v.val_file)); in size_of_die()
6821 switch (constant_size (size_of_locs (AT_loc (a)))) in value_format()
6833 switch (constant_size (AT_unsigned (a))) in value_format()
6867 switch (constant_size (maybe_emit_file (a->dw_attr_val.v.val_file))) in value_format()
7108 dw2_asm_output_data (constant_size (size), size, "%s", name); in output_die()
7121 dw2_asm_output_data (constant_size (AT_unsigned (a)), in output_die()
[all …]
HDFSFChangeLog.116033 (constant_size): Likewise.
6288 (constant_size): Never return more than 4.
9908 * dwarf2out.c (constant_size): New fn.