Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1311 const uint64_t CULowPC = 0x1000; in TEST() local
1323 CUDie.addAttribute(DW_AT_low_pc, DW_FORM_addr, CULowPC); in TEST()
1355 EXPECT_EQ(CULowPC, *I->Value.getAsAddress()); in TEST()