mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
initial version: for emitfuncs pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
45db2c77b5
commit
0135729303
16
include/llvm/Transforms/Instrumentation/EmitFunctions.h
Normal file
16
include/llvm/Transforms/Instrumentation/EmitFunctions.h
Normal file
@ -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
Block a user