|
LLVM 23.0.0git
|
#include "llvm/Transforms/IPO/Instrumentor.h"
Public Member Functions | |
| ConfigTy (bool Enable=true) | |
| Public Member Functions inherited from llvm::instrumentor::BaseConfigTy< ConfigKind > | |
| BaseConfigTy (bool Enable=true) | |
Construct the option bitset with all bits set to Enable. | |
| bool | has (ConfigKind Opt) const |
Check if the option Opt is enabled. | |
| void | set (ConfigKind Opt, bool Value=true) |
Set the boolean value of option Opt to Value. | |
Public Attributes | |
| std::function< bool(Argument &)> | ArgFilter |
| Public Attributes inherited from llvm::instrumentor::BaseConfigTy< ConfigKind > | |
| std::bitset< static_cast< int >(ConfigKind::NumConfig)> | Options |
| The bistset with as many bits as the enumeration's values. | |
Definition at line 618 of file Instrumentor.h.
|
inline |
Definition at line 621 of file Instrumentor.h.
References llvm::instrumentor::BaseConfigTy< ConfigKind >::BaseConfigTy(), and llvm::Enable.
Definition at line 619 of file Instrumentor.h.