Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h79 bool isDefaultValue() const;
84 return !isDefaultValue(); in shouldEmit()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp34 bool ELFAttributeValue::isDefaultValue() const { in isDefaultValue() function in mcld::ELFAttributeValue