LCOV - code coverage report
Current view: top level - build-llvm/include/llvm/Config - Targets.def (source / functions) Hit Total Coverage
Test: llvm-toolchain.info Lines: 16 16 100.0 %
Date: 2018-10-20 13:21:21 Functions: 0 0 -
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\
       2             : |*                                                                            *|
       3             : |*                     The LLVM Compiler Infrastructure                       *|
       4             : |*                                                                            *|
       5             : |* This file is distributed under the University of Illinois Open Source      *|
       6             : |* License. See LICENSE.TXT for details.                                      *|
       7             : |*                                                                            *|
       8             : |*===----------------------------------------------------------------------===*|
       9             : |*                                                                            *|
      10             : |* This file enumerates all of the target architectures supported by          *|
      11             : |* this build of LLVM. Clients of this file should define the                 *|
      12             : |* LLVM_TARGET macro to be a function-like macro with a single                *|
      13             : |* parameter (the name of the target); including this file will then          *|
      14             : |* enumerate all of the targets.                                              *|
      15             : |*                                                                            *|
      16             : |* The set of targets supported by LLVM is generated at configuration         *|
      17             : |* time, at which point this header is generated. Do not modify this          *|
      18             : |* header directly.                                                           *|
      19             : |*                                                                            *|
      20             : \*===----------------------------------------------------------------------===*/
      21             : 
      22             : #ifndef LLVM_TARGET
      23             : #  error Please define the macro LLVM_TARGET(TargetName)
      24             : #endif
      25             : 
      26      320807 : LLVM_TARGET(AArch64)
      27      320807 : LLVM_TARGET(AMDGPU)
      28      320807 : LLVM_TARGET(ARM)
      29      320807 : LLVM_TARGET(BPF)
      30      320807 : LLVM_TARGET(Hexagon)
      31      320807 : LLVM_TARGET(Lanai)
      32      320807 : LLVM_TARGET(Mips)
      33      320807 : LLVM_TARGET(MSP430)
      34      320807 : LLVM_TARGET(NVPTX)
      35      320807 : LLVM_TARGET(PowerPC)
      36      320807 : LLVM_TARGET(Sparc)
      37      320807 : LLVM_TARGET(SystemZ)
      38      320807 : LLVM_TARGET(WebAssembly)
      39      320807 : LLVM_TARGET(X86)
      40      320807 : LLVM_TARGET(XCore)
      41      320807 : LLVM_TARGET(AVR)
      42             : 
      43             : 
      44             : #undef LLVM_TARGET

Generated by: LCOV version 1.13