Searched defs:PGOObjectInfo (Results 1 – 1 of 1) sorted by relevance
317 PGOObjectInfo() : type_(ClassType()), objKind_(PGOObjKind::LOCAL) {} in PGOObjectInfo() function318 PGOObjectInfo(ClassType type, PGOObjKind kind) : type_(type), objKind_(kind) {} in PGOObjectInfo() function