Definition of the Bytecode Handler interface. Subclasses can override just
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Jun 2004 23:05:07 +0000 (23:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Jun 2004 23:05:07 +0000 (23:05 +0000)
commita1d90eb7bfa3ee7909353f3878a2337b44e0767f
tree1f81dc4a30c1e378f7ad453ee333bf6b469fea43
parent46fd00aec6a674003a565c60ae2894966ccb9a36
Definition of the Bytecode Handler interface. Subclasses can override just
the methods they are interested in to perform out-of-band tasks while the
BytecodeReader is constructing a module. Handlers should *not* modify any
of the LLVM IR objects during this process.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14380 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bytecode/Handler.h [new file with mode: 0644]