Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll33 ; CHECK: DW_AT_const_value {{.*}} (16502)
39 ; CHECK: DW_AT_const_value {{.*}} (3238681178)
45 ; CHECK: DW_AT_const_value {{.*}} (4658387303597904457)
/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h203 constexpr uint16_t DW_AT_const_value = 0x1c; variable
Dmain.cc608 auto num = child->GetUint64Attribute(DW_AT_const_value); in GenerateClassName()