Home
last modified time | relevance | path

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

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