|
LLVM 23.0.0git
|
Helper union that holds any possible option type. More...
#include "llvm/Transforms/IPO/Instrumentor.h"
Public Attributes | |
| bool | Bool |
| StringRef | String |
Helper union that holds any possible option type.
Definition at line 289 of file Instrumentor.h.
| bool llvm::instrumentor::BaseConfigurationOption::ValueTy::Bool |
Definition at line 290 of file Instrumentor.h.
| StringRef llvm::instrumentor::BaseConfigurationOption::ValueTy::String |
Definition at line 291 of file Instrumentor.h.