Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp43 template <uint16_t Version, class AddrType, class RefAddrType>
53 const RefAddrType RefAddr = 0x12345678; in TestAllForms()
390 typedef AddrType RefAddrType; in TEST() typedef
391 TestAllForms<2, AddrType, RefAddrType>(); in TEST()
399 typedef AddrType RefAddrType; in TEST() typedef
400 TestAllForms<2, AddrType, RefAddrType>(); in TEST()
408 typedef uint32_t RefAddrType; in TEST() typedef
409 TestAllForms<3, AddrType, RefAddrType>(); in TEST()
417 typedef uint32_t RefAddrType; in TEST() typedef
418 TestAllForms<3, AddrType, RefAddrType>(); in TEST()
[all …]