diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:12 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:12 +0000 | 
| commit | ef915aab0ac566c55bfb0d7a9f6635bb5d94d4af (patch) | |
| tree | ac935cfa19985d33098fc13e288b5ac830672dba /lib/CodeGen/CodeGenModule.h | |
| parent | 325377b57338e700317f5e423e5b0f1c08d99a39 (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
| -rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 59e56a6ba1941..c5f1a2b409eef 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -1321,6 +1321,9 @@ private:    /// Emits target specific Metadata for global declarations.    void EmitTargetMetadata(); +  /// Emits OpenCL specific Metadata e.g. OpenCL version. +  void EmitOpenCLMetadata(); +    /// Emit the llvm.gcov metadata used to tell LLVM where to emit the .gcno and    /// .gcda files in a way that persists in .bc files.    void EmitCoverageFile();  | 
