Searched refs:hasNoDefault (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp46 // the "default value" is defined (that is, hasNoDefault() = false.)
47 return !hasNoDefault();
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h77 inline bool hasNoDefault() const { return (m_Type & NoDefault); } function in class:mcld::ELFAttributeValue

Completed in 862 milliseconds