[coco] Introduce Object::Kind (#1690)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 06:25:47 +0000 (15:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 06:25:47 +0000 (15:25 +0900)
commiteebd081efa6a76882433f4bad817e9cd7162cbb6
tree4f01db5e5d1b4518e5122b80bea19fa3adc048b2
parent2c149ea1d1399ec67cfa75c193b9579f9a3861ba
[coco] Introduce Object::Kind (#1690)

This commit introduces Object::Kind enum class, which allows us to
easily distinguish the kind of each object.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/FeatureObject.h
contrib/coco/core/include/coco/IR/KernelObject.h
contrib/coco/core/include/coco/IR/Object.h
contrib/coco/core/src/IR/FeatureObject.test.cpp
contrib/coco/core/src/IR/KernelObject.test.cpp