Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h95 static bool ReadValue(ELFAttributeValue& pValue,
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp250 if (!ELFAttributeData::ReadValue(*out_attr, attr_buf, attr_size)) in merge()
259 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size)) in merge()
DELFAttributeData.cpp35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue, in ReadValue() function in mcld::ELFAttributeData