Searched refs:dw_ate (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h163 uint32_t dw_ate,
/external/lldb/source/Symbol/
H A DClangASTContext.cpp809 ClangASTContext::GetBuiltinTypeForDWARFEncodingAndBitSize (const char *type_name, uint32_t dw_ate, uint32_t bit_size) argument
817 switch (dw_ate)
1011 Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type '%s' encoded with DW_ATE = 0x%x, bit_size = %u\n", type_name, dw_ate, bit_size);
1015 Host::SystemLog (Host::eSystemLogError, "error: need to add support for DW_TAG_base_type encoded with DW_ATE = 0x%x, bit_size = %u\n", dw_ate, bit_size);

Completed in 428 milliseconds