Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size); in ReadValue() local
42 pValue.setIntValue(static_cast<unsigned int>(int_value)); in ReadValue()