forked from OSchip/llvm-project
parent
1a26e82bd5
commit
ede97432ae
|
@ -0,0 +1,16 @@
|
|||
//===-- EmitFunctions.h - interface to insert instrumentation ----*- C++ -*--=//
|
||||
//
|
||||
// Emits function table
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H
|
||||
#define LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
// Create a new pass to add function table
|
||||
//
|
||||
Pass *createEmitFunctionTablePass();
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue