Lines Matching refs:PGOHandler
28 class PGOHandler {
33 PGOHandler() in PGOHandler() function
39 PGOHandler(TrackType type, bool isAccessor) in PGOHandler() function
92 bool operator!=(const PGOHandler &right) const
97 bool operator==(const PGOHandler &right) const
106 using PropertyDesc = std::pair<CString, PGOHandler>;
170 void AddKeyAndDesc(const CString &key, const PGOHandler &handler) in AddKeyAndDesc()
175 void AddPtKeyAndDesc(const CString &key, const PGOHandler &handler) in AddPtKeyAndDesc()
180 void AddCtorKeyAndDesc(const CString &key, const PGOHandler &handler) in AddCtorKeyAndDesc()
186 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, PGOObjKind kind);
188 bool FindDescWithKey(const CString &key, PGOHandler &handler) const;
198 void UpdateKeyAndDesc(const CString &key, const PGOHandler &handler, LayoutDesc &layoutDesc);