LLVM: include/llvm/Support/CodeGenCoverage.h Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11#ifndef LLVM_SUPPORT_CODEGENCOVERAGE_H

12#define LLVM_SUPPORT_CODEGENCOVERAGE_H

13

15

16namespace llvm {

17class MemoryBuffer;

18

20protected:

22

23public:

25

27

31

35};

36}

37

38#endif

This file implements the BitVector class.

const_set_bits_iterator_impl< BitVector > const_set_bits_iterator

bool isCovered(uint64_t RuleID) const

void setCovered(uint64_t RuleID)

iterator_range< const_covered_iterator > covered() const

bool emit(StringRef FilePrefix, StringRef BackendName) const

This interface provides simple read-only access to a block of memory, and provides simple methods for...

StringRef - Represent a constant reference to a string, i.e.

ForwardIterator for the bits that are set.

A range adaptor for a pair of iterators.

This is an optimization pass for GlobalISel generic memory operations.