Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp160 assert((getSubsection(pAttrData.getVendorName()) == NULL) && in registerAttributeData()
297 m_AttrData.getVendorName().length() /* vendor-name */ + in sizeOutput()
322 const std::string &vendor_name = m_AttrData.getVendorName(); in emit()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h44 inline const std::string &getVendorName() const { return m_Vendor; } in getVendorName() function
DELFAttribute.h87 return (m_AttrData.getVendorName() == pVendorName); in isMyAttribute()