[coco] Introduce KernelLayout interface (#1725)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 2 Oct 2018 10:03:36 +0000 (19:03 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Oct 2018 10:03:36 +0000 (19:03 +0900)
commit499b43bc2fec77ad431d210a278562a33bd45f25
tree15bd37ece47be01c8a2751c496e39673b6dc417c
parent9cf4a0621f64534ea821ce1e2486785d07bff790
[coco] Introduce KernelLayout interface (#1725)

This commit introduces KernelLayout interface, and rewrites KernelObject
to use this interface instead of GenericKernelLayout.

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 [new file with mode: 0644]
contrib/coco/core/include/coco/IR/KernelObject.h