Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp66 DWARFFormValue createULEBFormValue(uint64_t Value) { in createULEBFormValue() function
101 auto UMax = createULEBFormValue(LLONG_MAX); in TEST()
102 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp53 DWARFFormValue createULEBFormValue(uint64_t Value) { in createULEBFormValue() function
88 auto UMax = createULEBFormValue(LLONG_MAX); in TEST()
89 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST()