Home | History | Annotate | Download | only in core

Lines Matching defs:AddrLib

29 * @file  addrlib.h
30 * @brief Contains the AddrLib base class definition.
172 class AddrLib : public AddrObject
175 virtual ~AddrLib();
186 static AddrLib* GetAddrLib(
189 /// Returns AddrLib version (from compiled binary instead include file)
195 /// Returns asic chip family name defined by AddrLib
316 AddrLib(); // Constructor is protected
317 AddrLib(const AddrClient* pClient);
630 AddrLib(const AddrLib& a);
633 AddrLib& operator=(const AddrLib& a);
671 /// AddrLib instead of Client except forceLinearAligned
691 AddrLib* AddrSIHwlInit (const AddrClient* pClient);
692 AddrLib* AddrCIHwlInit (const AddrClient* pClient);