LLVM 23.0.0git
llvm::instrumentor::BaseConfigurationOption::ValueTy Union Reference

Helper union that holds any possible option type. More...

#include "llvm/Transforms/IPO/Instrumentor.h"

Public Attributes

bool Bool
StringRef String

Detailed Description

Helper union that holds any possible option type.

Definition at line 289 of file Instrumentor.h.

Member Data Documentation

◆ Bool

bool llvm::instrumentor::BaseConfigurationOption::ValueTy::Bool

Definition at line 290 of file Instrumentor.h.

◆ String

StringRef llvm::instrumentor::BaseConfigurationOption::ValueTy::String

Definition at line 291 of file Instrumentor.h.


The documentation for this union was generated from the following file: