[coco] Introduce KernelLayout::ID (#1740)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 4 Oct 2018 05:15:32 +0000 (14:15 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 4 Oct 2018 05:15:32 +0000 (14:15 +0900)
commitf204651e51bf74188c7471aeeb07e425b48cc049
treebae4157ff530edd4e86d71f25319f558ab0293c1
parent92905b43e79bf3a83174410283635b234fb762f0
[coco] Introduce KernelLayout::ID (#1740)

This commit introduces KernelLayout::ID and extends KernelLayout
interface and its concrete implementations to return its id
in order to make it easy to distinguish each layout.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/GenericKernelLayout.h
contrib/coco/core/include/coco/IR/KernelLayout.h
contrib/coco/core/include/coco/IR/KernelLayouts.h
contrib/coco/core/src/IR/GenericKernelLayout.cpp
contrib/coco/core/src/IR/KernelLayouts.cpp