Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp110 auto Data8 = createDataXFormValue<uint64_t>(DW_FORM_data8, 0x1234567812345678LL); in TEST() local
118 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL); in TEST()