Home
last modified time | relevance | path

Searched refs:createULEBFormValue (Results 1 – 1 of 1) 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()